Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStore ¶
type DataStore struct {
// contains filtered or unexported fields
}
func NewDataStore ¶
func NewDataStore(f2bc *client.Fail2BanClient) *DataStore
func (*DataStore) GetJails ¶
func (dataStore *DataStore) GetJails() []client.StaticJailEntry
func (*DataStore) GetJailsByName ¶
func (dataStore *DataStore) GetJailsByName(jailName string) (client.StaticJailEntry, bool)
Click to show internal directories.
Click to hide internal directories.