Documentation
¶
Index ¶
- type UUIDCodec
- func (UUIDCodec) DecodeValue(ec bsoncodec.DecodeContext, r bsonrw.ValueReader, val reflect.Value) error
- func (UUIDCodec) EncodeValue(ec bsoncodec.EncodeContext, w bsonrw.ValueWriter, val reflect.Value) error
- func (codec UUIDCodec) RegisterCodec(rb *bsoncodec.RegistryBuilder) *bsoncodec.RegistryBuilder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUIDCodec ¶
type UUIDCodec struct{}
func (UUIDCodec) DecodeValue ¶
func (UUIDCodec) DecodeValue( ec bsoncodec.DecodeContext, r bsonrw.ValueReader, val reflect.Value, ) error
func (UUIDCodec) EncodeValue ¶
func (UUIDCodec) EncodeValue( ec bsoncodec.EncodeContext, w bsonrw.ValueWriter, val reflect.Value, ) error
func (UUIDCodec) RegisterCodec ¶
func (codec UUIDCodec) RegisterCodec(rb *bsoncodec.RegistryBuilder) *bsoncodec.RegistryBuilder
Click to show internal directories.
Click to hide internal directories.