api

package
v0.0.0-...-29c3169 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Client

Types

type DeploymentEnvironment

type DeploymentEnvironment uint8
const (
	DeployUndefined DeploymentEnvironment = iota
	DeployDevel
	DeployTest
	DeployProd
)

func DeploymentEnvironmentFromString

func DeploymentEnvironmentFromString(s string) (DeploymentEnvironment, error)

func GetDeploymentEnvironmentFromName

func GetDeploymentEnvironmentFromName(clientName string) (DeploymentEnvironment, error)

func (DeploymentEnvironment) String

func (d DeploymentEnvironment) String() string

type NTPResponse

type NTPResponse struct {
	Server string        `json:",omitempty"`
	NTP    *ntp.Response `json:",omitempty"`
	Error  string        `json:",omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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