Documentation ¶
Overview ¶
Sorry.
Index ¶
- Constants
- Variables
- func IsNil(id UUID) bool
- type NullUUID
- type UUID
- func (uuid UUID) Bytes() []byte
- func (uuid UUID) GetBSON() (interface{}, error)
- func (uuid UUID) IsNil() bool
- func (uuid UUID) MarshalText() ([]byte, error)
- func (uuid *UUID) Scan(src interface{}) error
- func (uuid *UUID) SetBSON(raw bson.Raw) error
- func (uuid UUID) String() string
- func (uuid *UUID) UnmarshalText(data []byte) error
- func (uuid UUID) Value() (driver.Value, error)
Constants ¶
View Source
const (
Size = satori.Size
)
Variables ¶
View Source
var (
Nil = UUID{}
)
Functions ¶
Types ¶
type NullUUID ¶
NullUUID can be used with the standard sql package to represent a UUID value that can be NULL in the database
type UUID ¶
func FromString ¶
func (UUID) MarshalText ¶
func (*UUID) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.