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

Struct Codec

internal/encoding/toml/codec.go:8–8  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected