MCPcopy Create free account
hub / github.com/docker/secrets-engine / MockMyOtherValue

Struct MockMyOtherValue

plugins/pass/plugin_test.go:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected