pluginv1

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) GetMediatypes

func (x *Info) GetMediatypes() []string

func (*Info) GetName

func (x *Info) GetName() string

func (*Info) GetRouter

func (x *Info) GetRouter() *Router

func (*Info) GetVersion

func (x *Info) GetVersion() string

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) ProtoReflect

func (x *Info) ProtoReflect() protoreflect.Message

func (*Info) Reset

func (x *Info) Reset()

func (*Info) String

func (x *Info) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Router.ProtoReflect.Descriptor instead.

func (*Router) GetData

func (x *Router) GetData() []byte

func (*Router) GetRego

func (x *Router) GetRego() []byte

func (*Router) ProtoMessage

func (*Router) ProtoMessage()

func (*Router) ProtoReflect

func (x *Router) ProtoReflect() protoreflect.Message

func (*Router) Reset

func (x *Router) Reset()

func (*Router) String

func (x *Router) String() string

Jump to

Keyboard shortcuts

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