MCPcopy
hub / github.com/assetnote/kiterunner / RegexStringCrumb

Struct RegexStringCrumb

pkg/proute/proute.pb.go:380–383  ·  view source on GitHub ↗

RegexStringCrumb will generate a string based off a provided regex

Source from the content-addressed store, hash-verified

378
379// RegexStringCrumb will generate a string based off a provided regex
380type RegexStringCrumb struct {
381 Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
382 Regex string `protobuf:"bytes,2,opt,name=Regex,proto3" json:"Regex,omitempty"`
383}
384
385func (m *RegexStringCrumb) Reset() { *m = RegexStringCrumb{} }
386func (*RegexStringCrumb) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected