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

Method EncodeNil

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

These methods all encode and store a single Go value.

()

Source from the content-addressed store, hash-verified

48type Encoder interface {
49 // These methods all encode and store a single Go value.
50 EncodeNil()
51 EncodeBool(bool)
52 EncodeString(string)
53 EncodeInt(int64)

Callers 2

encodeFunction · 0.65
encodeMapFunction · 0.65

Implementers 5

encoderdocstore/memdocstore/codec.go
encoderdocstore/awsdynamodb/v2/codec.go
encoderdocstore/gcpfirestore/codec.go
testEncoderdocstore/driver/codec_test.go
encoderdocstore/mongodocstore/codec.go

Calls

no outgoing calls

Tested by

no test coverage detected