MCPcopy
hub / github.com/pelletier/go-toml / docUnmarshalTOML

Struct docUnmarshalTOML

internal/imported_tests/unmarshal_imported_test.go:2037–2041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035}
2036
2037type docUnmarshalTOML struct {
2038 Decoded struct {
2039 Key string
2040 }
2041}
2042
2043func (d *docUnmarshalTOML) UnmarshalTOML(i interface{}) error {
2044 if iMap, ok := i.(map[string]interface{}); !ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected