Documentation ¶
Index ¶
- type Updater
- func (u *Updater) CheckServerConfiguration() error
- func (u *Updater) CheckStateConfiguration() error
- func (u *Updater) Init(configFileName string, baseUrl string)
- func (u *Updater) InitAndCheckServerConfig(configFileName string, baseUrl string) error
- func (u *Updater) SaveState(state *updater.State) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct { ConfigFileName string BaseUrl string State *updater.State Client *api.CatalogClient }
func NewUpdater ¶
func (*Updater) CheckServerConfiguration ¶
func (*Updater) CheckStateConfiguration ¶
func (*Updater) InitAndCheckServerConfig ¶
Click to show internal directories.
Click to hide internal directories.