traefik

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

type Backend struct {
	LoadBalancer interface{}        `json:"loadBalancer"`
	Servers      map[string]*Server `json:"servers"`
}

type Backends

type Backends map[string]*Backend

func Diff

func Diff(b1, b2 Backends) Backends

Diff before after

type Server

type Server struct {
	Url    string `json:",omitempty"`
	Weight int    `json:",omitempty"`
}

Jump to

Keyboard shortcuts

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