Documentation ¶ Index ¶ Variables type Config func New(filePatch string, url, appName, clusterName, namespaceName, format string) *Config func (s *Config) Init() error func (s *Config) Name() string func (s *Config) Stop() func (s *Config) Sync() (err error) Constants ¶ This section is empty. Variables ¶ View Source var ErrStopped = errors.New("config file stopped") Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // contains filtered or unexported fields } func New ¶ func New(filePatch string, url, appName, clusterName, namespaceName, format string) *Config func (*Config) Init ¶ func (s *Config) Init() error func (*Config) Name ¶ added in v0.2.0 func (s *Config) Name() string func (*Config) Stop ¶ func (s *Config) Stop() func (*Config) Sync ¶ func (s *Config) Sync() (err error) Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.