Documentation
¶
Index ¶
- Constants
- func Execute() error
- type ClientCertificateCreateInput
- type ClientCertificateInput
- type ClientDeleteInput
- type ClientInput
- type ClientListInput
- type ClientWhoamiInput
- type NetworkClientCreateInput
- type NetworkClientDeleteInput
- type NetworkClientInput
- type NetworkCreateInput
- type NetworkInput
- type TLSInput
Constants ¶
View Source
const SdNotifyReady = "READY=1"
SdNotifyReady tells systemd the service is ready and dependent services can now be started https://www.freedesktop.org/software/systemd/man/sd_notify.html https://www.freedesktop.org/software/systemd/man/systemd.service.html
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientCertificateCreateInput ¶
type ClientCertificateCreateInput struct {
*ClientCertificateInput
In struct {
PubKey string
}
Out struct {
Cert string
}
}
type ClientCertificateInput ¶
type ClientCertificateInput struct {
*ClientInput
Network string
}
type ClientDeleteInput ¶
type ClientDeleteInput struct {
*ClientInput
Client string
}
type ClientInput ¶
type ClientListInput ¶
type ClientListInput ClientInput
type ClientWhoamiInput ¶
type ClientWhoamiInput ClientInput
type NetworkClientDeleteInput ¶
type NetworkClientDeleteInput struct {
*NetworkClientInput
Client string
}
type NetworkClientInput ¶
type NetworkClientInput struct {
*NetworkInput
Network string
}
type NetworkCreateInput ¶
type NetworkCreateInput struct {
*NetworkInput
Network struct {
Name string
Subnet string
}
}
type NetworkInput ¶
type NetworkInput ClientInput
Click to show internal directories.
Click to hide internal directories.