Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerLoader ¶
type DockerLoader struct {
// contains filtered or unexported fields
}
DockerLoader generates caddy files from docker swarm information
func CreateDockerLoader ¶
func CreateDockerLoader(options *config.Options) *DockerLoader
CreateDockerLoader creates a docker loader
type StringBoolCMap ¶
type StringBoolCMap struct {
// contains filtered or unexported fields
}
StringBoolCMap is a concurrent map implementation of map[string]bool
type StringInt64CMap ¶
type StringInt64CMap struct {
// contains filtered or unexported fields
}
StringInt64CMap is a concurrent map implementation of map[string]int64
func (*StringInt64CMap) Get ¶
func (m *StringInt64CMap) Get(key string) int64
Get map value or default
Click to show internal directories.
Click to hide internal directories.