Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶
type Control struct {
Uri jsonapi.ControlURI `yaml:"uri"` // may contain domain name instead of ip address
BindAddr netip.AddrPort `yaml:"bind-addr"` // in the form `ip:port`
}
type Cp ¶
type Cp struct {
Uri jsonapi.ControlURI `yaml:"uri"` // uri of the control plane
OneWayDelay time.Duration `yaml:"one-way-delay"`
}
type DockerSetup ¶ added in v0.1.0
type DockerSetup struct {
Routes []Route `yaml:"routes"`
}
TODO: move this into github.com/nextmn/docker-setup
type GNBConfig ¶
type OneWayDelays ¶ added in v0.1.0
type Ran ¶
type Ran struct {
BindAddr netip.AddrPort `yaml:"bind-addr"`
OneWayDelays OneWayDelays `yaml:"one-way-delays"` // one-way-delays used for downlink
}
Click to show internal directories.
Click to hide internal directories.