Documentation ¶
Index ¶
- type Ext
- type IID
- type Pin
- func (p Pin) Bytes() []byte
- func (p Pin) MarshalBinary() ([]byte, error)
- func (p Pin) MarshalText() ([]byte, error)
- func (p Pin) Path() string
- func (p *Pin) Scan(src interface{}) (err error)
- func (p Pin) String() string
- func (p *Pin) UnmarshalBinary(buf []byte) error
- func (p *Pin) UnmarshalText(data []byte) (err error)
- func (p Pin) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ext ¶
type Ext byte
Ext ...
func (Ext) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Ext) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
type IID ¶
type IID uint64
IID Image ID
func (IID) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*IID) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
type Pin ¶
Pin ...
func (Pin) MarshalBinary ¶
MarshalBinary implements the encoding.BinaryMarshaler interface.
func (Pin) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Pin) UnmarshalBinary ¶
UnmarshalBinary implements the encoding.BinaryUnmarshaler interface.
func (*Pin) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.