RegexStringCrumb will generate a string based off a provided regex
| 378 | |
| 379 | // RegexStringCrumb will generate a string based off a provided regex |
| 380 | type 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 | |
| 385 | func (m *RegexStringCrumb) Reset() { *m = RegexStringCrumb{} } |
| 386 | func (*RegexStringCrumb) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected