Documentation ¶
Index ¶
- type Config
- func (c *Config) AddStringToConfig(inFile *os.File) string
- func (c *Config) CheckConfigUseFiles() bool
- func (c *Config) CheckStringAuthUserPass() bool
- func (c *Config) GetAuthpathFileName() string
- func (c *Config) GetBody() string
- func (c *Config) GetUserAndPass() (string, string)
- func (c *Config) MergeCertsAndKeys(key string) string
- func (c *Config) RemoveCertsAndKeys()
- func (c *Config) RemoveCommentLines()
- func (c *Config) RemoveComments() string
- func (c *Config) RemoveEmptyString()
- func (c *Config) RemoveNotCertsAndKeys()
- func (c *Config) RemoveSpaceLines()
- func (c *Config) SearchFilesPaths() map[string]string
- func (c *Config) SetBody(body string)
- func (c *Config) SetPath(path string)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (*Config) CheckConfigUseFiles ¶
func (*Config) CheckStringAuthUserPass ¶
func (*Config) GetAuthpathFileName ¶
func (*Config) GetUserAndPass ¶
func (*Config) MergeCertsAndKeys ¶
func (*Config) RemoveCertsAndKeys ¶
func (c *Config) RemoveCertsAndKeys()
func (*Config) RemoveCommentLines ¶
func (c *Config) RemoveCommentLines()
func (*Config) RemoveComments ¶
func (*Config) RemoveEmptyString ¶
func (c *Config) RemoveEmptyString()
func (*Config) RemoveNotCertsAndKeys ¶
func (c *Config) RemoveNotCertsAndKeys()
func (*Config) RemoveSpaceLines ¶
func (c *Config) RemoveSpaceLines()
func (*Config) SearchFilesPaths ¶
Click to show internal directories.
Click to hide internal directories.