Versions in this module Expand all Collapse all v0 v0.0.1 Nov 20, 2023 Changes in this version + type ClusterToken struct + Created time.Time + Deleted vanilla.NullTime + ID int64 + Updated vanilla.NullTime + Uuid string + func (ClusterToken) ColumnNames() []string + func (ClusterToken) ColumnNamesWithAlias() []string + func (ClusterToken) ColumnNamesWithDefault() []string + func (row *ClusterToken) Ptrs() []interface{} + func (row *ClusterToken) Scan(scanner Scanner) error + func (row ClusterToken) Values() []interface{} + type ClusterToken_essential struct + ClusterUuid string + Name string + Summary vanilla.NullString + type ClusterToken_property struct + ExpirationTime time.Time + IssuedAtTime time.Time + Token cryptov2.CryptoString + func (ClusterToken_property) ColumnNames() []string + func (ClusterToken_property) ColumnNamesWithAlias() []string + func (ClusterToken_property) ColumnNamesWithDefault() []string + func (ClusterToken_property) TableName() string + func (row *ClusterToken_property) Ptrs() []interface{} + func (row *ClusterToken_property) Scan(scanner Scanner) error + func (row ClusterToken_property) Values() []interface{} + type HttpReq_ClusterToken_create struct + ClusterUuid string + Name string + Summary *string + Uuid string + type HttpReq_ClusterToken_update struct + Name string + Summary *string + type HttpRsp_ClusterToken struct + type Scanner interface + Scan func(dest ...interface{}) error