Documentation
¶
Overview ¶
Copyright Louis Royer and the NextMN contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT
Copyright Louis Royer and the NextMN contributors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. SPDX-License-Identifier: MIT
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
}
Click to show internal directories.
Click to hide internal directories.