Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServerHasNotEnoughInformation = errors.New("server has not enough information")
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { SetServers(provider string, servers []models.Server) (err error) GetServersCount(provider string) (count int) ServersAreEqual(provider string, servers []models.Server) (equal bool) // Extra methods to match the provider.New storage interface FilterServers(provider string, selection settings.ServerSelection) (filtered []models.Server, err error) }
Click to show internal directories.
Click to hide internal directories.