cmd

package
v0.1.1-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

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

func Execute

func Execute() error

Execute executes the root command.

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 ClientInput struct {
	Server string
	TLS    TLSInput
}

type ClientListInput

type ClientListInput ClientInput

type ClientWhoamiInput

type ClientWhoamiInput ClientInput

type NetworkClientCreateInput

type NetworkClientCreateInput struct {
	*NetworkClientInput
	Client       string
	Address      string
	Groups       []string
	IsLighthouse bool
	Subnets      []string
}

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

type TLSInput

type TLSInput struct {
	Key                string
	Cert               string
	Name               string
	InsecureSkipVerify bool
}

Jump to

Keyboard shortcuts

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