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

Struct Codec

internal/encoding/dotenv/codec.go:16–16  ·  view source on GitHub ↗

Codec implements the encoding.Encoder and encoding.Decoder interfaces for encoding data containing environment variables (commonly called as dotenv format).

Source from the content-addressed store, hash-verified

14// Codec implements the encoding.Encoder and encoding.Decoder interfaces for encoding data containing environment variables
15// (commonly called as dotenv format).
16type Codec struct{}
17
18func (Codec) Encode(v map[string]any) ([]byte, error) {
19 flattened := map[string]any{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected