Documentation ¶
Index ¶
- type UUID
- func (g UUID) Clone() (clone UUID)
- func (g UUID) Equal(x UUID) bool
- func (g UUID) MarshalBSONValue() (bsontype.Type, []byte, error)
- func (g UUID) MarshalJSON() ([]byte, error)
- func (g UUID) Raw() primitive.ObjectID
- func (g *UUID) SetUUID(i *UUID)
- func (g UUID) String() string
- func (g *UUID) UnmarshalBSONValue(t bsontype.Type, raw []byte) error
- func (g *UUID) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID struct {
// contains filtered or unexported fields
}
UUID Global unique id.
swagger:type string
func UUIDFromObjectId ¶
func UUIDFromString ¶
func UUIDPointerSliceToSlice ¶
func UUIDSliceToPointerSlice ¶
func (UUID) MarshalJSON ¶
func (*UUID) UnmarshalBSONValue ¶
func (*UUID) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.