Documentation ¶
Index ¶
- type CertbotExec
- func (instance *CertbotExec) CertOnly(email, domain string) (response string, err error)
- func (instance *CertbotExec) ExecuteCommand(arguments ...string) (out string, err error)
- func (instance *CertbotExec) FlushLog()
- func (instance *CertbotExec) GetPath(path string) (response string)
- func (instance *CertbotExec) GetWorkPath(subPath string) (response string)
- func (instance *CertbotExec) IsInstalled() bool
- func (instance *CertbotExec) LogDisableRotation()
- func (instance *CertbotExec) LogFlush()
- func (instance *CertbotExec) Root() string
- func (instance *CertbotExec) SetLogger(logger gg_log.ILogger) *CertbotExec
- func (instance *CertbotExec) SetRoot(dir string) *CertbotExec
- func (instance *CertbotExec) Version() (response string, err error)
- func (instance *CertbotExec) Work() string
- type CertbotHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertbotExec ¶
type CertbotExec struct {
// contains filtered or unexported fields
}
func (*CertbotExec) CertOnly ¶
func (instance *CertbotExec) CertOnly(email, domain string) (response string, err error)
func (*CertbotExec) ExecuteCommand ¶
func (instance *CertbotExec) ExecuteCommand(arguments ...string) (out string, err error)
func (*CertbotExec) FlushLog ¶
func (instance *CertbotExec) FlushLog()
func (*CertbotExec) GetPath ¶
func (instance *CertbotExec) GetPath(path string) (response string)
func (*CertbotExec) GetWorkPath ¶
func (instance *CertbotExec) GetWorkPath(subPath string) (response string)
func (*CertbotExec) IsInstalled ¶
func (instance *CertbotExec) IsInstalled() bool
func (*CertbotExec) LogDisableRotation ¶
func (instance *CertbotExec) LogDisableRotation()
func (*CertbotExec) LogFlush ¶
func (instance *CertbotExec) LogFlush()
func (*CertbotExec) Root ¶
func (instance *CertbotExec) Root() string
func (*CertbotExec) SetLogger ¶
func (instance *CertbotExec) SetLogger(logger gg_log.ILogger) *CertbotExec
func (*CertbotExec) SetRoot ¶
func (instance *CertbotExec) SetRoot(dir string) *CertbotExec
func (*CertbotExec) Version ¶
func (instance *CertbotExec) Version() (response string, err error)
func (*CertbotExec) Work ¶
func (instance *CertbotExec) Work() string
type CertbotHelper ¶
type CertbotHelper struct {
// contains filtered or unexported fields
}
var (
Certbot *CertbotHelper
)
func (*CertbotHelper) NewExec ¶
func (instance *CertbotHelper) NewExec() *CertbotExec
NewExec Creates new Solana command with default password
Click to show internal directories.
Click to hide internal directories.