Documentation ¶
Index ¶
- Variables
- type Info
- func (*Info) Descriptor() ([]byte, []int)deprecated
- func (x *Info) GetMediatypes() []string
- func (x *Info) GetName() string
- func (x *Info) GetRouter() *Router
- func (x *Info) GetVersion() string
- func (*Info) ProtoMessage()
- func (x *Info) ProtoReflect() protoreflect.Message
- func (x *Info) Reset()
- func (x *Info) String() string
- type Router
Constants ¶
This section is empty.
Variables ¶
View Source
var File_plugin_v1_plugin_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Mediatypes []string `protobuf:"bytes,2,rep,name=mediatypes,proto3" json:"mediatypes,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` Router *Router `protobuf:"bytes,4,opt,name=router,proto3" json:"router,omitempty"` // contains filtered or unexported fields }
Info defines plugin information returned by the plugin info endpoint.
func (*Info) Descriptor
deprecated
func (*Info) GetMediatypes ¶
func (*Info) GetVersion ¶
func (*Info) ProtoMessage ¶
func (*Info) ProtoMessage()
func (*Info) ProtoReflect ¶
func (x *Info) ProtoReflect() protoreflect.Message
type Router ¶
type Router struct { Rego []byte `protobuf:"bytes,1,opt,name=rego,proto3" json:"rego,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Router) Descriptor
deprecated
func (*Router) ProtoMessage ¶
func (*Router) ProtoMessage()
func (*Router) ProtoReflect ¶
func (x *Router) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.