pluginenums

package
v0.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PluginCompiler

type PluginCompiler string

PluginCompiler enum definition.

const (
	Wasm   PluginCompiler = "wasm"
	Wasi   PluginCompiler = "wasi"
	Wasix  PluginCompiler = "wasix"
	TinyGo PluginCompiler = "tinygo"
)

func (PluginCompiler) IsValid

func (e PluginCompiler) IsValid() bool

func (PluginCompiler) MarshalGQL

func (e PluginCompiler) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (PluginCompiler) String

func (e PluginCompiler) String() string

func (PluginCompiler) UnmarshalGQL

func (e PluginCompiler) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (PluginCompiler) Values

func (PluginCompiler) Values() (kinds []string)

Values provides list valid values for Enum.

type PluginLanguage

type PluginLanguage string

PluginLanguage enum definition.

const (
	Rust   PluginLanguage = "rust"
	Golang PluginLanguage = "golang"
	Python PluginLanguage = "python"
	Zig    PluginLanguage = "zig"
)

func (PluginLanguage) IsValid

func (e PluginLanguage) IsValid() bool

func (PluginLanguage) MarshalGQL

func (e PluginLanguage) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (PluginLanguage) String

func (e PluginLanguage) String() string

func (PluginLanguage) UnmarshalGQL

func (e PluginLanguage) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (PluginLanguage) Values

func (PluginLanguage) Values() (kinds []string)

Values provides list valid values for Enum.

Jump to

Keyboard shortcuts

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