Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckUpdatesTask ¶ added in v0.3.8
type CheckUpdatesTask struct {
// contains filtered or unexported fields
}
func NewCheckUpdatesTask ¶ added in v0.3.8
func NewCheckUpdatesTask() *CheckUpdatesTask
func (*CheckUpdatesTask) Loop ¶ added in v0.3.8
func (this *CheckUpdatesTask) Loop() error
func (*CheckUpdatesTask) Start ¶ added in v0.3.8
func (this *CheckUpdatesTask) Start()
type SyncAPINodesTask ¶ added in v0.0.12
type SyncAPINodesTask struct { }
SyncAPINodesTask API节点同步任务
func NewSyncAPINodesTask ¶ added in v0.0.12
func NewSyncAPINodesTask() *SyncAPINodesTask
func (*SyncAPINodesTask) Loop ¶ added in v0.0.12
func (this *SyncAPINodesTask) Loop() error
func (*SyncAPINodesTask) Start ¶ added in v0.0.12
func (this *SyncAPINodesTask) Start()
type SyncClusterTask ¶
type SyncClusterTask struct { }
SyncClusterTask 自动同步集群任务
func NewSyncClusterTask ¶
func NewSyncClusterTask() *SyncClusterTask
func (*SyncClusterTask) Start ¶
func (this *SyncClusterTask) Start()
Click to show internal directories.
Click to hide internal directories.