Documentation
¶
Index ¶
- type Fail2ban
- type FirewallClient
- type Ftp
- func (f *Ftp) LoadList() ([]FtpList, error)
- func (f *Ftp) LoadLogs(user, operation string) ([]FtpLog, error)
- func (f *Ftp) Operate(operate string) error
- func (f *Ftp) Reload() error
- func (f *Ftp) SetPasswd(username, passwd string) error
- func (f *Ftp) SetPath(username, path string) error
- func (f *Ftp) SetStatus(username, status string) error
- func (f *Ftp) Status() (bool, bool)
- func (f *Ftp) UserAdd(username, passwd, path string) error
- func (f *Ftp) UserDel(username string) error
- type FtpClient
- type FtpList
- type FtpLog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fail2ban ¶
type Fail2ban struct{}
func NewFail2Ban ¶
func (*Fail2ban) ListBanned ¶
func (*Fail2ban) ListIgnore ¶
type FirewallClient ¶
type Ftp ¶
func NewFtpClient ¶
Click to show internal directories.
Click to hide internal directories.