api

package
v1.68.1 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecordStubs

type RecordStubs interface {
	ToStubs() Stubs
}

type Stub

type Stub struct {
	ID       string  `json:"id"`
	Name     string  `json:"name"`
	EntityID string  `json:"entityId,omitempty"`
	Value    any     `json:"-"`
	LegacyID *string `json:"legacyID,omitempty"`
	ParentID *string `json:"parentID,omitempty"`
}

type StubList

type StubList struct {
	Values []*Stub `json:"values"`
}

func (*StubList) ToStubs

func (me *StubList) ToStubs() Stubs

type Stubs

type Stubs []*Stub

func (Stubs) Sort

func (me Stubs) Sort() Stubs

func (*Stubs) ToStubs

func (me *Stubs) ToStubs() Stubs

Directories

Path Synopsis
app
builtin
cluster
documents
iam
jsonmodel
Package models provides primitives to interact with the openapi HTTP API.
Package models provides primitives to interact with the openapi HTTP API.
platform
service
v1
v2
slo

Jump to

Keyboard shortcuts

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