summaryrefslogtreecommitdiff
path: root/patchset.config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 21:38:06 -0500
committerJeff Carr <[email protected]>2025-09-03 21:38:06 -0500
commit961ca8f41e1e8bd3aecb979c346c5205386fc55a (patch)
treed682fa9bb7687f791f88dae54b99db85517cfe5f /patchset.config.go
parentd6cd7fc88f4bf0bb6069a2ceecef5523fddf836f (diff)
this is intersting maybe what I'm doing. I'm not current AI. that is for sure
Diffstat (limited to 'patchset.config.go')
-rw-r--r--patchset.config.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/patchset.config.go b/patchset.config.go
index ed5853b..c9ba7f0 100644
--- a/patchset.config.go
+++ b/patchset.config.go
@@ -8,6 +8,7 @@ import (
"strings"
"github.com/google/uuid"
+ "go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
"google.golang.org/protobuf/proto"
)
@@ -185,3 +186,8 @@ func (f *Forge) findPatch(newpatch *Patch) bool {
return false
}
+
+func (f *Forge) IsPatchApplied(newpatch *Patch) (*gitpb.Repo, bool) {
+ log.Info("todo: find namespace and repo for patch", newpatch.Filename)
+ return nil, false
+}