Versions in this module Expand all Collapse all v0 v0.2.0 Jul 2, 2024 v0.2.0-alpha.4 Dec 22, 2024 v0.2.0-alpha.3 Dec 10, 2024 v0.2.0-alpha.2 Nov 15, 2024 v0.2.0-alpha.1 Oct 30, 2024 v0.2.0-alpha.0 Jun 20, 2024 v0.1.1 Jun 10, 2024 v0.1.0 Feb 7, 2024 Changes in this version + const TableNameChainM + const TableNameMinerM + const TableNameMinerSetM + type ChainM struct + CreatedAt time.Time + DisplayName string + ID int64 + Image string + MinMineIntervalSeconds int32 + MinerType string + Name string + Namespace string + UpdatedAt time.Time + func (*ChainM) TableName() string + type MinerM struct + CPU int32 + ChainName string + CreatedAt time.Time + DisplayName string + ID int64 + Memory int32 + MinerType string + Name string + Namespace string + Phase string + UpdatedAt time.Time + func (*MinerM) TableName() string + type MinerSetM struct + AvailableReplicas int32 + Conditions string + CreatedAt time.Time + DeletePolicy string + DisplayName string + FailureMessage string + FailureReason string + FullyLabeledReplicas int32 + ID int64 + MinReadySeconds int32 + Name string + Namespace string + ReadyReplicas int32 + Replicas int32 + UpdatedAt time.Time + func (*MinerSetM) TableName() string