Documentation ¶
Overview ¶
Code generated by Ice-cream-maker DO NOT EDIT.
Index ¶
- type ClusterToken
- type ClusterToken_essential
- type ClusterToken_property
- func (ClusterToken_property) ColumnNames() []string
- func (ClusterToken_property) ColumnNamesWithAlias() []string
- func (ClusterToken_property) ColumnNamesWithDefault() []string
- func (row *ClusterToken_property) Ptrs() []interface{}
- func (row *ClusterToken_property) Scan(scanner Scanner) error
- func (ClusterToken_property) TableName() string
- func (row ClusterToken_property) Values() []interface{}
- type HttpReq_ClusterToken_create
- type HttpReq_ClusterToken_update
- type HttpRsp_ClusterToken
- type Scanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterToken ¶
type ClusterToken struct { ClusterToken_property `json:",inline"` //inline property ID int64 `column:"id" json:"id,omitempty"` // pk Uuid string `column:"uuid" json:"uuid,omitempty"` // uuid Created time.Time `column:"created" json:"created,omitempty"` Updated vanilla.NullTime `column:"updated" json:"updated,omitempty" swaggertype:"string"` Deleted vanilla.NullTime `column:"deleted" json:"deleted,omitempty" swaggertype:"string"` }
DATABASE SCHEMA: ClusterToken
func (ClusterToken) ColumnNames ¶
func (ClusterToken) ColumnNames() []string
func (ClusterToken) ColumnNamesWithAlias ¶
func (ClusterToken) ColumnNamesWithAlias() []string
func (ClusterToken) ColumnNamesWithDefault ¶
func (ClusterToken) ColumnNamesWithDefault() []string
func (*ClusterToken) Ptrs ¶
func (row *ClusterToken) Ptrs() []interface{}
func (*ClusterToken) Scan ¶
func (row *ClusterToken) Scan(scanner Scanner) error
func (ClusterToken) Values ¶
func (row ClusterToken) Values() []interface{}
type ClusterToken_essential ¶
type ClusterToken_essential struct { Name string `column:"name" json:"name,omitempty"` Summary vanilla.NullString `column:"summary" json:"summary,omitempty" swaggertype:"string"` ClusterUuid string `column:"cluster_uuid" json:"cluster_uuid,omitempty"` }
type ClusterToken_property ¶
type ClusterToken_property struct { ClusterToken_essential `json:",inline"` Token cryptov2.CryptoString `column:"token" json:"token,omitempty"` IssuedAtTime time.Time `column:"issued_at_time" json:"issued_at_time,omitempty"` ExpirationTime time.Time `column:"expiration_time" json:"expiration_time,omitempty"` }
ClusterToken Property
func (ClusterToken_property) ColumnNames ¶
func (ClusterToken_property) ColumnNames() []string
func (ClusterToken_property) ColumnNamesWithAlias ¶
func (ClusterToken_property) ColumnNamesWithAlias() []string
func (ClusterToken_property) ColumnNamesWithDefault ¶
func (ClusterToken_property) ColumnNamesWithDefault() []string
func (*ClusterToken_property) Ptrs ¶
func (row *ClusterToken_property) Ptrs() []interface{}
func (*ClusterToken_property) Scan ¶
func (row *ClusterToken_property) Scan(scanner Scanner) error
func (ClusterToken_property) TableName ¶
func (ClusterToken_property) TableName() string
func (ClusterToken_property) Values ¶
func (row ClusterToken_property) Values() []interface{}
type HttpRsp_ClusterToken ¶
type HttpRsp_ClusterToken struct {
ClusterToken `json:",inline"`
}
Click to show internal directories.
Click to hide internal directories.