Documentation
¶
Index ¶
- type Component
- type HashDb
- type IntIntMap
- func (IntIntMap) GormDBDataType(db *gorm.DB, field *schema.Field) string
- func (m IntIntMap) GormDataType() string
- func (m IntIntMap) MarshalJSON() ([]byte, error)
- func (m *IntIntMap) Scan(val interface{}) error
- func (m *IntIntMap) UnmarshalJSON(b []byte) error
- func (m IntIntMap) Value() (driver.Value, error)
- type IntList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶ added in v1.1.1
type Component struct {
cherryFacade.Component
// contains filtered or unexported fields
}
func NewComponent ¶ added in v1.1.4
func NewComponent() *Component
type IntIntMap ¶ added in v1.1.6
func (IntIntMap) GormDBDataType ¶ added in v1.1.6
GormDBDataType gorm db data type
func (IntIntMap) GormDataType ¶ added in v1.1.6
GormDataType gorm common data type
func (IntIntMap) MarshalJSON ¶ added in v1.1.6
MarshalJSON to output non base64 encoded []byte
func (*IntIntMap) Scan ¶ added in v1.1.6
Scan scan value into Jsonb, implements sql.Scanner interface
func (*IntIntMap) UnmarshalJSON ¶ added in v1.1.6
UnmarshalJSON to deserialize []byte
type IntList ¶ added in v1.1.6
type IntList []int
func (IntList) GormDBDataType ¶ added in v1.1.6
GormDBDataType gorm db data type
func (IntList) GormDataType ¶ added in v1.1.6
GormDataType gorm common data type
func (IntList) MarshalJSON ¶ added in v1.1.6
MarshalJSON to output non base64 encoded []byte
func (*IntList) UnmarshalJSON ¶ added in v1.1.6
UnmarshalJSON to deserialize []byte
Click to show internal directories.
Click to hide internal directories.