Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID [16]byte
UUID This is needed to build with gopherjs
func FromString ¶
func FromString(input string) (UUID, error)
FromString Wrapper around the real FromString
func (UUID) MarshalBinary ¶ added in v1.1.0
func (u UUID) MarshalBinary() ([]byte, error)
MarshalBinary Wrapper over the real MarshalBinary method
func (UUID) MarshalText ¶ added in v1.1.0
func (u UUID) MarshalText() (text []byte, err error)
MarshalText Wrapper over the real MarshalText method
func (*UUID) UnmarshalBinary ¶ added in v1.1.0
func (u *UUID) UnmarshalBinary(data []byte) error
UnmarshalBinary Wrapper over the real UnmarshalBinary method
func (*UUID) UnmarshalText ¶ added in v1.1.0
func (u *UUID) UnmarshalText(text []byte) error
UnmarshalText Wrapper over the real UnmarshalText method
Click to show internal directories.
Click to hide internal directories.