Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyType ¶
type MyType struct { Local2 int `bson:"Local1"` // contains filtered or unexported fields }
func (*MyType) MarshalBson ¶
func (myType *MyType) MarshalBson(buf *bytes2.ChunkedWriter, key string)
MarshalBson bson-encodes MyType.
func (*MyType) UnmarshalBson ¶
UnmarshalBson bson-decodes into MyType.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.