plugin

package module
v2.0.0-...-780f2ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2021 License: MIT Imports: 23 Imported by: 0

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

func (*DockerLoader) Start

func (dockerLoader *DockerLoader) Start() error

Start docker loader

type StringBoolCMap

type StringBoolCMap struct {
	// contains filtered or unexported fields
}

StringBoolCMap is a concurrent map implementation of map[string]bool

func (*StringBoolCMap) Delete

func (m *StringBoolCMap) Delete(key string)

Delete map value

func (*StringBoolCMap) Get

func (m *StringBoolCMap) Get(key string) bool

Get map value or default

func (*StringBoolCMap) Set

func (m *StringBoolCMap) Set(key string, value bool)

Set map value

type StringInt64CMap

type StringInt64CMap struct {
	// contains filtered or unexported fields
}

StringInt64CMap is a concurrent map implementation of map[string]int64

func (*StringInt64CMap) Delete

func (m *StringInt64CMap) Delete(key string)

Delete map value

func (*StringInt64CMap) Get

func (m *StringInt64CMap) Get(key string) int64

Get map value or default

func (*StringInt64CMap) Set

func (m *StringInt64CMap) Set(key string, value int64)

Set map value

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL