MCPcopy Index your code
hub / github.com/google/go-cloud / decoder

Struct decoder

docstore/mongodocstore/codec.go:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128type decoder struct {
129 val interface{}
130 lowercaseFields bool
131}
132
133func (d decoder) String() string {
134 return fmt.Sprint(d.val)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected