types

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CodeInternal         = "internal_error"
	CodeNotAuthorized    = "not_authorized"
	CodeNotFound         = "not_found"
	CodeInvalidParameter = "invalid_parameter"
)
View Source
const (
	ParamPrettyV1 = "pretty"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BundlesDeleteResponseV1

type BundlesDeleteResponseV1 struct{}

type BundlesGetResponseV1

type BundlesGetResponseV1 struct {
	Result *config.Bundle `json:"result,omitempty"`
}

type BundlesListResponseV1

type BundlesListResponseV1 struct {
	Result     []*config.Bundle `json:"result,omitempty"`
	NextCursor string           `json:"next_cursor,omitempty"`
}

type BundlesPutResponseV1

type BundlesPutResponseV1 struct{}

type ErrorV1

type ErrorV1 struct {
	Code    string  `json:"code"`
	Message string  `json:"message"`
	Errors  []error `json:"errors,omitempty"`
}

func NewErrorV1

func NewErrorV1(code, f string) *ErrorV1

func (*ErrorV1) Bytes

func (e *ErrorV1) Bytes() []byte

type HealthResponse

type HealthResponse struct {
}

type SecretsDeleteResponseV1

type SecretsDeleteResponseV1 struct{}

type SecretsGetResponseV1

type SecretsGetResponseV1 struct {
	Result *config.SecretRef `json:"result"`
}

type SecretsListResponseV1

type SecretsListResponseV1 struct {
	Result     []*config.SecretRef `json:"result"`
	NextCursor string              `json:"next_cursor,omitempty"`
}

type SecretsPutResponseV1

type SecretsPutResponseV1 struct{}

type SourcesDeleteDataResponseV1

type SourcesDeleteDataResponseV1 struct{}

type SourcesDeleteResponseV1

type SourcesDeleteResponseV1 struct{}

type SourcesGetDataResponseV1

type SourcesGetDataResponseV1 struct {
	Result *any `json:"result,omitempty"`
}

type SourcesGetResponseV1

type SourcesGetResponseV1 struct {
	Result *config.Source `json:"result,omitempty"`
}

type SourcesListResponseV1

type SourcesListResponseV1 struct {
	Result     []*config.Source `json:"result,omitempty"`
	NextCursor string           `json:"next_cursor,omitempty"`
}

type SourcesPatchDataRequestV1

type SourcesPatchDataRequestV1 = jsonpatch.Patch

type SourcesPatchDataResponseV1

type SourcesPatchDataResponseV1 struct{}

type SourcesPutDataResponseV1

type SourcesPutDataResponseV1 struct{}

type SourcesPutResponseV1

type SourcesPutResponseV1 struct{}

type StacksDeleteResponseV1

type StacksDeleteResponseV1 struct{}

type StacksGetResponseV1

type StacksGetResponseV1 struct {
	Result *config.Stack `json:"result"`
}

type StacksListResponseV1

type StacksListResponseV1 struct {
	Result     []*config.Stack `json:"result"`
	NextCursor string          `json:"next_cursor,omitempty"`
}

type StacksPutResponseV1

type StacksPutResponseV1 struct{}

Jump to

Keyboard shortcuts

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