Documentation ¶
Index ¶
- type Fetcher
- func (f *Fetcher) Cancel()
- func (f *Fetcher) CatchClientSystemService(services []*service.Service) bool
- func (f *Fetcher) ChangeClientConfigFromToken()
- func (f *Fetcher) Done() <-chan struct{}
- func (f *Fetcher) HandShake() error
- func (f *Fetcher) Polling(ctx context.Context) error
- func (f *Fetcher) RebounceClientPod(serviceId string)
- func (f *Fetcher) RemainServices() map[string]service.ServiceStatus
- func (f *Fetcher) RetryHandshake()
- func (f *Fetcher) UpdateFailedToConvertServices(failed []*service.UpdateService)
- func (f *Fetcher) UpdateServiceProcess()
- func (f *Fetcher) UpgradeClient(serviceId string, args map[string]interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func NewFetcher ¶
func (*Fetcher) CatchClientSystemService ¶
func (*Fetcher) ChangeClientConfigFromToken ¶
func (f *Fetcher) ChangeClientConfigFromToken()
func (*Fetcher) RebounceClientPod ¶
func (*Fetcher) RemainServices ¶
func (f *Fetcher) RemainServices() map[string]service.ServiceStatus
func (*Fetcher) RetryHandshake ¶
func (f *Fetcher) RetryHandshake()
func (*Fetcher) UpdateFailedToConvertServices ¶
func (f *Fetcher) UpdateFailedToConvertServices(failed []*service.UpdateService)
func (*Fetcher) UpdateServiceProcess ¶
func (f *Fetcher) UpdateServiceProcess()
Click to show internal directories.
Click to hide internal directories.