Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecimalDecoder ¶
type DecimalDecoder struct {
}
func (*DecimalDecoder) DecodeValue ¶
func (d *DecimalDecoder) DecodeValue(context bsoncodec.DecodeContext, reader bsonrw.ValueReader, val reflect.Value) error
type DecimalEncoder ¶
type DecimalEncoder struct {
}
func (*DecimalEncoder) EncodeValue ¶
func (e *DecimalEncoder) EncodeValue(context bsoncodec.EncodeContext, writer bsonrw.ValueWriter, value reflect.Value) error
type StrObjectIdDecoder ¶
type StrObjectIdDecoder struct {
}
func (*StrObjectIdDecoder) DecodeValue ¶
func (d *StrObjectIdDecoder) DecodeValue(context bsoncodec.DecodeContext, reader bsonrw.ValueReader, val reflect.Value) error
type StrObjectIdEncoder ¶
type StrObjectIdEncoder struct {
}
func (*StrObjectIdEncoder) EncodeValue ¶
func (e *StrObjectIdEncoder) EncodeValue(context bsoncodec.EncodeContext, writer bsonrw.ValueWriter, value reflect.Value) error
Click to show internal directories.
Click to hide internal directories.