| 68 | var _ store.Secret = &MockMyOtherValue{} |
| 69 | |
| 70 | type MockMyOtherValue struct { |
| 71 | Value int64 `json:"value"` |
| 72 | } |
| 73 | |
| 74 | func (m *MockMyOtherValue) Marshal() ([]byte, error) { |
| 75 | buf := new(bytes.Buffer) |
nothing calls this directly
no outgoing calls
no test coverage detected