base

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_base_base_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Info

type Info struct {
	Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*Info) Descriptor deprecated

func (*Info) Descriptor() ([]byte, []int)

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) GetNodes

func (x *Info) GetNodes() []*Node

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 Node

type Node struct {
	Group    uint32     `protobuf:"varint,1,opt,name=group,proto3" json:"group,omitempty"`
	Path     string     `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Method   string     `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Requests []*Request `protobuf:"bytes,4,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetGroup

func (x *Node) GetGroup() uint32

func (*Node) GetMethod

func (x *Node) GetMethod() string

func (*Node) GetPath

func (x *Node) GetPath() string

func (*Node) GetRequests

func (x *Node) GetRequests() []*Request

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type Request

type Request struct {
	Type  string          `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // path, query, cookie, header, else (json)
	Value *_struct.Struct `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

func (*Request) Descriptor() ([]byte, []int)

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetType

func (x *Request) GetType() string

func (*Request) GetValue

func (x *Request) GetValue() *_struct.Struct

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

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

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

Jump to

Keyboard shortcuts

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