status

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Detail string `json:"detail"`
}

type HealthResponse

type HealthResponse struct {
	Detail string `json:"detail"`
}

type HealthResult

type HealthResult struct {
	Result HealthResponse `json:"result"`
	Error  *Error         `json:"error"`
}

type StatusClient

type StatusClient struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opts ...client.ClientOption) (*StatusClient, error)

func (*StatusClient) Health

func (c *StatusClient) Health() (*HealthResult, error)

Jump to

Keyboard shortcuts

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