gql

package
v1.35.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

TypeRegistry contains all the types that are used in the graphql schema, in order to ensure they are not dead-code eliminated.

Functions

This section is empty.

Types

type App

type App struct {
	ID   string
	Slug string
}

type ConflictError

type ConflictError struct {
	AppID     string
	Key       string
	Conflicts []GroupConflict
}

type Env

type Env struct {
	ID   string
	App  *App
	Name string
}

type Error

type Error struct {
	Message    string                     `json:"message"`
	Path       []string                   `json:"path"`
	Extensions map[string]json.RawMessage `json:"extensions"`
}

func (*Error) Error

func (e *Error) Error() string

type ErrorList

type ErrorList []*Error

func (ErrorList) Error

func (err ErrorList) Error() string

type GroupConflict

type GroupConflict struct {
	GroupID   string
	Conflicts []string
}

type Secret

type Secret struct {
	Key    string
	Groups []*SecretGroup
}

type SecretGroup

type SecretGroup struct {
	ID          string
	Key         string
	Selector    []SecretSelector
	Description string
	Etag        string
	ArchivedAt  *time.Time
}

type SecretSelector

type SecretSelector interface {
	String() string
	// contains filtered or unexported methods
}

type SecretSelectorEnvType

type SecretSelectorEnvType struct {
	Kind string
}

func (*SecretSelectorEnvType) String

func (s *SecretSelectorEnvType) String() string

type SecretSelectorSpecificEnv

type SecretSelectorSpecificEnv struct {
	Env *Env
}

func (*SecretSelectorSpecificEnv) String

func (s *SecretSelectorSpecificEnv) String() string

Jump to

Keyboard shortcuts

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