Documentation ¶
Index ¶
- type ProgressBar
- type Service
- func (service *Service) CheckHealthNode(ctx context.Context, name string, interval time.Duration) (*types.StatusNode, error)
- func (service *Service) CheckHealthRegion(ctx context.Context, interval time.Duration) (*types.StatusRegion, error)
- func (service *Service) ShowNode(ctx context.Context, name string, interval time.Duration) (*types.StatusNode, error)
- func (service *Service) ShowRegion(ctx context.Context) (*types.Region, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar interface {
Describe(string)
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CheckHealthNode ¶
func (*Service) CheckHealthRegion ¶
Click to show internal directories.
Click to hide internal directories.