import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/wasm/v3"
wasm.pb.go wasm.pb.validate.go
var File_envoy_extensions_filters_network_wasm_v3_wasm_proto protoreflect.FileDescriptor
type Wasm struct { // General Plugin configuration. Config *v3.PluginConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Wasm.ProtoReflect.Descriptor instead.
func (x *Wasm) GetConfig() *v3.PluginConfig
func (x *Wasm) ProtoReflect() protoreflect.Message
Validate checks the field values on Wasm with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type WasmValidationError struct {
// contains filtered or unexported fields
}
WasmValidationError is the validation error returned by Wasm.Validate if the designated constraints aren't met.
func (e WasmValidationError) Cause() error
Cause function returns cause value.
func (e WasmValidationError) Error() string
Error satisfies the builtin error interface
func (e WasmValidationError) ErrorName() string
ErrorName returns error name.
func (e WasmValidationError) Field() string
Field function returns field value.
func (e WasmValidationError) Key() bool
Key function returns key value.
func (e WasmValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_filters_network_wasm_v3 imports 19 packages (graph) and is imported by 5 packages. Updated 2021-01-08. Refresh now. Tools for package owners.