MCPcopy
hub / github.com/spf13/viper / codec

Struct codec

encoding_test.go:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type codec struct{}
11
12func (codec) Encode(_ map[string]any) ([]byte, error) {
13 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected