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

Struct Codec

internal/encoding/yaml/codec.go:6–6  ·  view source on GitHub ↗

Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.

Source from the content-addressed store, hash-verified

4
5// Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.
6type Codec struct{}
7
8func (Codec) Encode(v map[string]any) ([]byte, error) {
9 return yaml.Marshal(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected