Documentation ¶
Index ¶
- type Routes
- func (r Routes) Append(id int64) Routes
- func (r Routes) Cmp(other Routes) int
- func (r Routes) MarshalBinary() (data []byte, err error)
- func (r Routes) MarshalJSON() ([]byte, error)
- func (r *Routes) Scan(src interface{}) error
- func (r Routes) String() string
- func (r *Routes) UnmarshalBinary(data []byte) error
- func (r *Routes) UnmarshalJSON(b []byte) error
- func (r Routes) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Routes ¶
type Routes []int64
func NewFromString ¶
func (Routes) MarshalBinary ¶
func (Routes) MarshalJSON ¶
func (*Routes) UnmarshalBinary ¶
func (*Routes) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.