api

package
v0.43.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth added in v0.42.0

type Auth struct {
	Login    string `json:"login"`
	Password string `json:"password"`
}

func (*Auth) UnmarshalJSON added in v0.42.0

func (u *Auth) UnmarshalJSON(data []byte) error

type AuthResponse added in v0.42.0

type AuthResponse struct {
	AccessToken  string `json:"accessToken"`
	RefreshToken string `json:"refreshToken,omitempty"`
}

type Entity

type Entity interface {
	GetKind() string
	GetMetadata() Metadata
	GetSpec() interface{}
}

type Metadata

type Metadata interface {
	GetName() string
}

type Migrate added in v0.18.0

type Migrate struct {
	Input            map[string]string `json:"input,omitempty"`
	GrafanaDashboard json.RawMessage   `json:"grafanaDashboard"`
}

func (*Migrate) UnmarshalJSON added in v0.18.0

func (m *Migrate) UnmarshalJSON(data []byte) error

type RefreshRequest added in v0.42.0

type RefreshRequest struct {
	RefreshToken string `json:"refreshToken"`
}

func (*RefreshRequest) UnmarshalJSON added in v0.42.0

func (r *RefreshRequest) UnmarshalJSON(data []byte) error

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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