Documentation ¶
Overview ¶
Code generated by Ice-cream-maker DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TableNameWithTenant = tableNameWithTenant()
)
Functions ¶
This section is empty.
Types ¶
type ClusterToken ¶
type ClusterToken struct { ID int64 `column:"id" json:"id,omitempty"` // pk Uuid string `column:"uuid" json:"uuid,omitempty"` // uuid 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"` 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"` 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"` }
ClusterToken
func (ClusterToken) ColumnNames ¶
func (ClusterToken) ColumnNames() []string
func (ClusterToken) ColumnNamesWithAlias ¶
func (ClusterToken) ColumnNamesWithAlias() []string
func (*ClusterToken) Ptrs ¶
func (row *ClusterToken) Ptrs() []interface{}
func (*ClusterToken) Scan ¶
func (row *ClusterToken) Scan(scanner Scanner) error
func (ClusterToken) TableName ¶
func (ClusterToken) TableName() string
func (ClusterToken) Values ¶
func (row ClusterToken) Values() []interface{}
type ClusterToken_create ¶
type ClusterToken_create struct { Uuid string `json:"uuid,omitempty"` //optional Name string `json:"name,omitempty"` Summary vanilla.NullString `json:"summary,omitempty" swaggertype:"string"` ClusterUuid string `json:"cluster_uuid,omitempty"` }
type ClusterToken_update ¶
type ClusterToken_update struct { Name string `json:"name,omitempty"` Summary vanilla.NullString `json:"summary,omitempty" swaggertype:"string"` }
ClusterToken Property
type HttpReq_ClusterToken_create ¶
type HttpReq_ClusterToken_create = ClusterToken_create
type HttpReq_ClusterToken_update ¶
type HttpReq_ClusterToken_update = ClusterToken_update
type HttpRsp_ClusterToken ¶
type HttpRsp_ClusterToken = ClusterToken
Click to show internal directories.
Click to hide internal directories.