Documentation ¶
Index ¶
Constants ¶
View Source
const ChainName = "DRAUPNIR-WHITELIST"
View Source
const ConfigFilePath = "/etc/draupnir/config.toml"
ConfigFilePath is the expected path of the server configuration file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IPAddressWhitelister ¶
type IPAddressWhitelister struct {
// contains filtered or unexported fields
}
func NewIPAddressWhitelister ¶
func NewIPAddressWhitelister(logger log.Logger, sentryClient *raven.Client, addressStore store.WhitelistedAddressStore) *IPAddressWhitelister
func (*IPAddressWhitelister) TriggerReconcile ¶
func (iw *IPAddressWhitelister) TriggerReconcile(source string)
TriggerReconcile allows external callers to request that a reconciliation occurs.
type InstanceCleaner ¶
type InstanceCleaner struct {
// contains filtered or unexported fields
}
func NewInstanceCleaner ¶
func NewInstanceCleaner(logger log.Logger, sentryClient *raven.Client, instanceStore store.InstanceStore, executor exec.Executor, authenticator auth.Authenticator) *InstanceCleaner
Click to show internal directories.
Click to hide internal directories.