api

package
v0.19.3 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterInventory

type ClusterInventory struct {
	Peers map[string]Inventory `json:"peers,omitempty"`

	*Error `json:",inline"`
}

type Empty

type Empty struct {
	*Error `json:",inline"`
}

type Error

type Error struct {
	Error string `json:"Error,omitempty"`
}

func NewError

func NewError(err error) *Error

func (*Error) String

func (e *Error) String() string

type Inventory

type Inventory struct {
	Members map[definitions.ServerType]MemberInventory `json:"members,omitempty"`

	*Error `json:",inline"`
}

type MemberHashes

type MemberHashes struct {
	JWT client.JWTDetailsResult `json:"jwt"`
}

type MemberInventory

type MemberInventory struct {
	Version driver.VersionInfo `json:"version"`

	Hashes *MemberHashes `json:"hashes,omitempty"`

	*Error `json:",inline"`
}

Jump to

Keyboard shortcuts

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