Documentation ¶
Index ¶
- type Config
- func (c *Config) GetIsDebug() bool
- func (c *Config) GetKnowledgeBaseUUID() string
- func (c *Config) GetXMLIndent() string
- func (c *Config) GetXMLPrefix() string
- func (c *Config) Init(lg *zap.Logger, vp *viper.Viper, config string) error
- func (c *Config) SetIsDebug(flag bool) error
- func (c *Config) SetKnowledgeBaseUUID(uuid string) error
- func (c *Config) SetXMLIndent(uuid string) error
- func (c *Config) SetXMLPrefix(uuid string) error
- func (c *Config) WriteConfig() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) GetIsDebug ¶
func (*Config) GetKnowledgeBaseUUID ¶
func (*Config) GetXMLIndent ¶
func (*Config) GetXMLPrefix ¶
func (*Config) SetIsDebug ¶
func (*Config) SetKnowledgeBaseUUID ¶
func (*Config) SetXMLIndent ¶
func (*Config) SetXMLPrefix ¶
func (*Config) WriteConfig ¶
Click to show internal directories.
Click to hide internal directories.