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

Struct CustomUnmarshalerKey

unmarshaler_test.go:4397–4399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4395}
4396
4397type CustomUnmarshalerKey struct {
4398 A int64
4399}
4400
4401func (k *CustomUnmarshalerKey) UnmarshalTOML(data []byte) error {
4402 item, err := strconv.ParseInt(string(data), 10, 64)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected