package
Version:
v0.7.3-rc.5
Opens a new window with list of versions in this module.
Published: Nov 16, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Chain struct {
Bind []Node `json:"bind"`
Proxy []Node `json:"proxy"`
}
type Config struct {
Chains []Chain `json:"chains"`
}
type Node struct {
Probe string `json:"probe"`
LB []string `json:"lb"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.