MCPcopy Create free account
hub / github.com/google/go-cloud / encoder

Struct encoder

docstore/mongodocstore/codec.go:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type encoder struct {
51 val interface{}
52 lowercaseFields bool
53}
54
55func (e *encoder) EncodeNil() { e.val = nil }
56func (e *encoder) EncodeBool(x bool) { e.val = x }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected