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.
Click to show internal directories.
Click to hide internal directories.