| 22 | ) |
| 23 | |
| 24 | type GetSecretsRequest struct { |
| 25 | state protoimpl.MessageState `protogen:"opaque.v1"` |
| 26 | xxx_hidden_Pattern *string `protobuf:"bytes,1,opt,name=pattern"` |
| 27 | XXX_raceDetectHookData protoimpl.RaceDetectHookData |
| 28 | XXX_presence [1]uint32 |
| 29 | unknownFields protoimpl.UnknownFields |
| 30 | sizeCache protoimpl.SizeCache |
| 31 | } |
| 32 | |
| 33 | func (x *GetSecretsRequest) Reset() { |
| 34 | *x = GetSecretsRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected