Versions in this module Expand all Collapse all v0 v0.2.1 Jun 2, 2024 v0.2.0 Jun 1, 2024 Changes in this version + type PluginCompiler string + const TinyGo + const Wasi + const Wasix + const Wasm + func (PluginCompiler) Values() (kinds []string) + func (e PluginCompiler) IsValid() bool + func (e PluginCompiler) MarshalGQL(w io.Writer) + func (e PluginCompiler) String() string + func (e PluginCompiler) UnmarshalGQL(v interface{}) error + type PluginLanguage string + const Golang + const Python + const Rust + const Zig + func (PluginLanguage) Values() (kinds []string) + func (e PluginLanguage) IsValid() bool + func (e PluginLanguage) MarshalGQL(w io.Writer) + func (e PluginLanguage) String() string + func (e PluginLanguage) UnmarshalGQL(v interface{}) error