Documentation
¶
Index ¶
- type ShortDate
- type SortUint64
- type SqlUuid
- func (my SqlUuid) GormDataType() string
- func (my SqlUuid) MarshalJSON() ([]byte, error)
- func (my *SqlUuid) New()
- func (my *SqlUuid) Scan(value interface{}) error
- func (my SqlUuid) String() string
- func (my *SqlUuid) UnmarshalJSON(by []byte) error
- func (my *SqlUuid) UnmarshalYAML(unmarshal func(interface{}) error) error
- func (my SqlUuid) Value() (driver.Value, error)
- type UserRole
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortUint64 ¶
type SortUint64 []uint64
func (SortUint64) Len ¶
func (a SortUint64) Len() int
func (SortUint64) Less ¶
func (a SortUint64) Less(i, j int) bool
func (SortUint64) Swap ¶
func (a SortUint64) Swap(i, j int)
type SqlUuid ¶
SqlUuid -> type to use as binary uuid in BBDD
func NewSqlUuid ¶
func NewSqlUuid() SqlUuid
func StringToSqlUuid ¶
StringToSqlUuid -> parse string to MYTYPE
func (SqlUuid) GormDataType ¶
GormDataType -> sets type to binary(16)
func (SqlUuid) MarshalJSON ¶
func (*SqlUuid) UnmarshalJSON ¶
func (*SqlUuid) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.