kong_plugin_protocol

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 7 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional string MethodName = 50007;
	E_MethodName = &file_pluginsocket_proto_extTypes[0]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var File_pluginsocket_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AuthenticateArgs

type AuthenticateArgs struct {
	Consumer   *Consumer                `protobuf:"bytes,1,opt,name=consumer,proto3" json:"consumer,omitempty"`
	Credential *AuthenticatedCredential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateArgs) Descriptor deprecated

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

Deprecated: Use AuthenticateArgs.ProtoReflect.Descriptor instead.

func (*AuthenticateArgs) GetConsumer

func (x *AuthenticateArgs) GetConsumer() *Consumer

func (*AuthenticateArgs) GetCredential

func (x *AuthenticateArgs) GetCredential() *AuthenticatedCredential

func (*AuthenticateArgs) ProtoMessage

func (*AuthenticateArgs) ProtoMessage()

func (*AuthenticateArgs) ProtoReflect

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

func (*AuthenticateArgs) Reset

func (x *AuthenticateArgs) Reset()

func (*AuthenticateArgs) String

func (x *AuthenticateArgs) String() string

type AuthenticatedCredential

type AuthenticatedCredential struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ConsumerId string `protobuf:"bytes,2,opt,name=consumer_id,json=consumerId,proto3" json:"consumer_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticatedCredential) Descriptor deprecated

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

Deprecated: Use AuthenticatedCredential.ProtoReflect.Descriptor instead.

func (*AuthenticatedCredential) GetConsumerId

func (x *AuthenticatedCredential) GetConsumerId() string

func (*AuthenticatedCredential) GetId

func (x *AuthenticatedCredential) GetId() string

func (*AuthenticatedCredential) ProtoMessage

func (*AuthenticatedCredential) ProtoMessage()

func (*AuthenticatedCredential) ProtoReflect

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

func (*AuthenticatedCredential) Reset

func (x *AuthenticatedCredential) Reset()

func (*AuthenticatedCredential) String

func (x *AuthenticatedCredential) String() string

type Bool

type Bool struct {
	V bool `protobuf:"varint,1,opt,name=v,proto3" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Bool) Descriptor deprecated

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

Deprecated: Use Bool.ProtoReflect.Descriptor instead.

func (*Bool) GetV

func (x *Bool) GetV() bool

func (*Bool) ProtoMessage

func (*Bool) ProtoMessage()

func (*Bool) ProtoReflect

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

func (*Bool) Reset

func (x *Bool) Reset()

func (*Bool) String

func (x *Bool) String() string

type CertificateKey

type CertificateKey struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CertificateKey) Descriptor deprecated

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

Deprecated: Use CertificateKey.ProtoReflect.Descriptor instead.

func (*CertificateKey) GetId

func (x *CertificateKey) GetId() string

func (*CertificateKey) ProtoMessage

func (*CertificateKey) ProtoMessage()

func (*CertificateKey) ProtoReflect

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

func (*CertificateKey) Reset

func (x *CertificateKey) Reset()

func (*CertificateKey) String

func (x *CertificateKey) String() string

type CmdCloseInstance

type CmdCloseInstance struct {
	InstanceId int32 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CmdCloseInstance) Descriptor deprecated

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

Deprecated: Use CmdCloseInstance.ProtoReflect.Descriptor instead.

func (*CmdCloseInstance) GetInstanceId

func (x *CmdCloseInstance) GetInstanceId() int32

func (*CmdCloseInstance) ProtoMessage

func (*CmdCloseInstance) ProtoMessage()

func (*CmdCloseInstance) ProtoReflect

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

func (*CmdCloseInstance) Reset

func (x *CmdCloseInstance) Reset()

func (*CmdCloseInstance) String

func (x *CmdCloseInstance) String() string

type CmdGetInstanceStatus

type CmdGetInstanceStatus struct {
	InstanceId int32 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CmdGetInstanceStatus) Descriptor deprecated

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

Deprecated: Use CmdGetInstanceStatus.ProtoReflect.Descriptor instead.

func (*CmdGetInstanceStatus) GetInstanceId

func (x *CmdGetInstanceStatus) GetInstanceId() int32

func (*CmdGetInstanceStatus) ProtoMessage

func (*CmdGetInstanceStatus) ProtoMessage()

func (*CmdGetInstanceStatus) ProtoReflect

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

func (*CmdGetInstanceStatus) Reset

func (x *CmdGetInstanceStatus) Reset()

func (*CmdGetInstanceStatus) String

func (x *CmdGetInstanceStatus) String() string

type CmdGetPluginInfo

type CmdGetPluginInfo struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CmdGetPluginInfo) Descriptor deprecated

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

Deprecated: Use CmdGetPluginInfo.ProtoReflect.Descriptor instead.

func (*CmdGetPluginInfo) GetName

func (x *CmdGetPluginInfo) GetName() string

func (*CmdGetPluginInfo) ProtoMessage

func (*CmdGetPluginInfo) ProtoMessage()

func (*CmdGetPluginInfo) ProtoReflect

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

func (*CmdGetPluginInfo) Reset

func (x *CmdGetPluginInfo) Reset()

func (*CmdGetPluginInfo) String

func (x *CmdGetPluginInfo) String() string

type CmdGetPluginNames

type CmdGetPluginNames struct {
	// contains filtered or unexported fields
}

func (*CmdGetPluginNames) Descriptor deprecated

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

Deprecated: Use CmdGetPluginNames.ProtoReflect.Descriptor instead.

func (*CmdGetPluginNames) ProtoMessage

func (*CmdGetPluginNames) ProtoMessage()

func (*CmdGetPluginNames) ProtoReflect

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

func (*CmdGetPluginNames) Reset

func (x *CmdGetPluginNames) Reset()

func (*CmdGetPluginNames) String

func (x *CmdGetPluginNames) String() string

type CmdHandleEvent

type CmdHandleEvent struct {
	InstanceId int32  `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	EventName  string `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CmdHandleEvent) Descriptor deprecated

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

Deprecated: Use CmdHandleEvent.ProtoReflect.Descriptor instead.

func (*CmdHandleEvent) GetEventName

func (x *CmdHandleEvent) GetEventName() string

func (*CmdHandleEvent) GetInstanceId

func (x *CmdHandleEvent) GetInstanceId() int32

func (*CmdHandleEvent) ProtoMessage

func (*CmdHandleEvent) ProtoMessage()

func (*CmdHandleEvent) ProtoReflect

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

func (*CmdHandleEvent) Reset

func (x *CmdHandleEvent) Reset()

func (*CmdHandleEvent) String

func (x *CmdHandleEvent) String() string

type CmdStartInstance

type CmdStartInstance struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Config []byte `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*CmdStartInstance) Descriptor deprecated

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

Deprecated: Use CmdStartInstance.ProtoReflect.Descriptor instead.

func (*CmdStartInstance) GetConfig

func (x *CmdStartInstance) GetConfig() []byte

func (*CmdStartInstance) GetName

func (x *CmdStartInstance) GetName() string

func (*CmdStartInstance) ProtoMessage

func (*CmdStartInstance) ProtoMessage()

func (*CmdStartInstance) ProtoReflect

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

func (*CmdStartInstance) Reset

func (x *CmdStartInstance) Reset()

func (*CmdStartInstance) String

func (x *CmdStartInstance) String() string

type Consumer

type Consumer struct {
	Id        string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt int64    `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Username  string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	CustomId  string   `protobuf:"bytes,4,opt,name=custom_id,json=customId,proto3" json:"custom_id,omitempty"`
	Tags      []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*Consumer) Descriptor deprecated

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

Deprecated: Use Consumer.ProtoReflect.Descriptor instead.

func (*Consumer) GetCreatedAt

func (x *Consumer) GetCreatedAt() int64

func (*Consumer) GetCustomId

func (x *Consumer) GetCustomId() string

func (*Consumer) GetId

func (x *Consumer) GetId() string

func (*Consumer) GetTags

func (x *Consumer) GetTags() []string

func (*Consumer) GetUsername

func (x *Consumer) GetUsername() string

func (*Consumer) ProtoMessage

func (*Consumer) ProtoMessage()

func (*Consumer) ProtoReflect

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

func (*Consumer) Reset

func (x *Consumer) Reset()

func (*Consumer) String

func (x *Consumer) String() string

type ConsumerSpec

type ConsumerSpec struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ByUsername bool   `protobuf:"varint,2,opt,name=by_username,json=byUsername,proto3" json:"by_username,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerSpec) Descriptor deprecated

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

Deprecated: Use ConsumerSpec.ProtoReflect.Descriptor instead.

func (*ConsumerSpec) GetByUsername

func (x *ConsumerSpec) GetByUsername() bool

func (*ConsumerSpec) GetId

func (x *ConsumerSpec) GetId() string

func (*ConsumerSpec) ProtoMessage

func (*ConsumerSpec) ProtoMessage()

func (*ConsumerSpec) ProtoReflect

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

func (*ConsumerSpec) Reset

func (x *ConsumerSpec) Reset()

func (*ConsumerSpec) String

func (x *ConsumerSpec) String() string

type ExitArgs

type ExitArgs struct {
	Status  int32            `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Body    string           `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Headers *structpb.Struct `protobuf:"bytes,3,opt,name=headers,proto3" json:"headers,omitempty"`
	// contains filtered or unexported fields
}

func (*ExitArgs) Descriptor deprecated

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

Deprecated: Use ExitArgs.ProtoReflect.Descriptor instead.

func (*ExitArgs) GetBody

func (x *ExitArgs) GetBody() string

func (*ExitArgs) GetHeaders

func (x *ExitArgs) GetHeaders() *structpb.Struct

func (*ExitArgs) GetStatus

func (x *ExitArgs) GetStatus() int32

func (*ExitArgs) ProtoMessage

func (*ExitArgs) ProtoMessage()

func (*ExitArgs) ProtoReflect

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

func (*ExitArgs) Reset

func (x *ExitArgs) Reset()

func (*ExitArgs) String

func (x *ExitArgs) String() string

type InstanceStatus

type InstanceStatus struct {
	Name       string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	InstanceId int32           `protobuf:"varint,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Config     *structpb.Value `protobuf:"bytes,3,opt,name=config,proto3" json:"config,omitempty"`
	StartedAt  int64           `protobuf:"varint,4,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceStatus) Descriptor deprecated

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

Deprecated: Use InstanceStatus.ProtoReflect.Descriptor instead.

func (*InstanceStatus) GetConfig

func (x *InstanceStatus) GetConfig() *structpb.Value

func (*InstanceStatus) GetInstanceId

func (x *InstanceStatus) GetInstanceId() int32

func (*InstanceStatus) GetName

func (x *InstanceStatus) GetName() string

func (*InstanceStatus) GetStartedAt

func (x *InstanceStatus) GetStartedAt() int64

func (*InstanceStatus) ProtoMessage

func (*InstanceStatus) ProtoMessage()

func (*InstanceStatus) ProtoReflect

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

func (*InstanceStatus) Reset

func (x *InstanceStatus) Reset()

func (*InstanceStatus) String

func (x *InstanceStatus) String() string

type Int

type Int struct {
	V int32 `protobuf:"varint,1,opt,name=v,proto3" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Int) Descriptor deprecated

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

Deprecated: Use Int.ProtoReflect.Descriptor instead.

func (*Int) GetV

func (x *Int) GetV() int32

func (*Int) ProtoMessage

func (*Int) ProtoMessage()

func (*Int) ProtoReflect

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

func (*Int) Reset

func (x *Int) Reset()

func (*Int) String

func (x *Int) String() string

type KV

type KV struct {
	K string          `protobuf:"bytes,1,opt,name=k,proto3" json:"k,omitempty"`
	V *structpb.Value `protobuf:"bytes,2,opt,name=v,proto3" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*KV) Descriptor deprecated

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

Deprecated: Use KV.ProtoReflect.Descriptor instead.

func (*KV) GetK

func (x *KV) GetK() string

func (*KV) GetV

func (x *KV) GetV() *structpb.Value

func (*KV) ProtoMessage

func (*KV) ProtoMessage()

func (*KV) ProtoReflect

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

func (*KV) Reset

func (x *KV) Reset()

func (*KV) String

func (x *KV) String() string

type MemoryStats

type MemoryStats struct {
	LuaSharedDicts *MemoryStats_LuaSharedDicts `protobuf:"bytes,1,opt,name=lua_shared_dicts,json=luaSharedDicts,proto3" json:"lua_shared_dicts,omitempty"`
	WorkersLuaVms  []*MemoryStats_WorkerLuaVm  `protobuf:"bytes,2,rep,name=workers_lua_vms,json=workersLuaVms,proto3" json:"workers_lua_vms,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryStats) Descriptor deprecated

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

Deprecated: Use MemoryStats.ProtoReflect.Descriptor instead.

func (*MemoryStats) GetLuaSharedDicts

func (x *MemoryStats) GetLuaSharedDicts() *MemoryStats_LuaSharedDicts

func (*MemoryStats) GetWorkersLuaVms

func (x *MemoryStats) GetWorkersLuaVms() []*MemoryStats_WorkerLuaVm

func (*MemoryStats) ProtoMessage

func (*MemoryStats) ProtoMessage()

func (*MemoryStats) ProtoReflect

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

func (*MemoryStats) Reset

func (x *MemoryStats) Reset()

func (*MemoryStats) String

func (x *MemoryStats) String() string

type MemoryStats_LuaSharedDicts

type MemoryStats_LuaSharedDicts struct {
	Kong        *MemoryStats_LuaSharedDicts_DictStats `protobuf:"bytes,1,opt,name=kong,proto3" json:"kong,omitempty"`
	KongDbCache *MemoryStats_LuaSharedDicts_DictStats `protobuf:"bytes,2,opt,name=kong_db_cache,json=kongDbCache,proto3" json:"kong_db_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryStats_LuaSharedDicts) Descriptor deprecated

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

Deprecated: Use MemoryStats_LuaSharedDicts.ProtoReflect.Descriptor instead.

func (*MemoryStats_LuaSharedDicts) GetKong

func (*MemoryStats_LuaSharedDicts) GetKongDbCache

func (*MemoryStats_LuaSharedDicts) ProtoMessage

func (*MemoryStats_LuaSharedDicts) ProtoMessage()

func (*MemoryStats_LuaSharedDicts) ProtoReflect

func (*MemoryStats_LuaSharedDicts) Reset

func (x *MemoryStats_LuaSharedDicts) Reset()

func (*MemoryStats_LuaSharedDicts) String

func (x *MemoryStats_LuaSharedDicts) String() string

type MemoryStats_LuaSharedDicts_DictStats

type MemoryStats_LuaSharedDicts_DictStats struct {
	AllocatedSlabs int64 `protobuf:"varint,1,opt,name=allocated_slabs,json=allocatedSlabs,proto3" json:"allocated_slabs,omitempty"`
	Capacity       int64 `protobuf:"varint,2,opt,name=capacity,proto3" json:"capacity,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryStats_LuaSharedDicts_DictStats) Descriptor deprecated

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

Deprecated: Use MemoryStats_LuaSharedDicts_DictStats.ProtoReflect.Descriptor instead.

func (*MemoryStats_LuaSharedDicts_DictStats) GetAllocatedSlabs

func (x *MemoryStats_LuaSharedDicts_DictStats) GetAllocatedSlabs() int64

func (*MemoryStats_LuaSharedDicts_DictStats) GetCapacity

func (*MemoryStats_LuaSharedDicts_DictStats) ProtoMessage

func (*MemoryStats_LuaSharedDicts_DictStats) ProtoMessage()

func (*MemoryStats_LuaSharedDicts_DictStats) ProtoReflect

func (*MemoryStats_LuaSharedDicts_DictStats) Reset

func (*MemoryStats_LuaSharedDicts_DictStats) String

type MemoryStats_WorkerLuaVm

type MemoryStats_WorkerLuaVm struct {
	HttpAllocatedGc int64 `protobuf:"varint,1,opt,name=http_allocated_gc,json=httpAllocatedGc,proto3" json:"http_allocated_gc,omitempty"`
	Pid             int64 `protobuf:"varint,2,opt,name=pid,proto3" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*MemoryStats_WorkerLuaVm) Descriptor deprecated

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

Deprecated: Use MemoryStats_WorkerLuaVm.ProtoReflect.Descriptor instead.

func (*MemoryStats_WorkerLuaVm) GetHttpAllocatedGc

func (x *MemoryStats_WorkerLuaVm) GetHttpAllocatedGc() int64

func (*MemoryStats_WorkerLuaVm) GetPid

func (x *MemoryStats_WorkerLuaVm) GetPid() int64

func (*MemoryStats_WorkerLuaVm) ProtoMessage

func (*MemoryStats_WorkerLuaVm) ProtoMessage()

func (*MemoryStats_WorkerLuaVm) ProtoReflect

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

func (*MemoryStats_WorkerLuaVm) Reset

func (x *MemoryStats_WorkerLuaVm) Reset()

func (*MemoryStats_WorkerLuaVm) String

func (x *MemoryStats_WorkerLuaVm) String() string

type Number

type Number struct {
	V float64 `protobuf:"fixed64,1,opt,name=v,proto3" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*Number) Descriptor deprecated

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

Deprecated: Use Number.ProtoReflect.Descriptor instead.

func (*Number) GetV

func (x *Number) GetV() float64

func (*Number) ProtoMessage

func (*Number) ProtoMessage()

func (*Number) ProtoReflect

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

func (*Number) Reset

func (x *Number) Reset()

func (*Number) String

func (x *Number) String() string

type PdkArg

type PdkArg struct {

	// Types that are assignable to Data:
	//	*PdkArg_B
	//	*PdkArg_I
	//	*PdkArg_F
	//	*PdkArg_S
	//	*PdkArg_M
	//	*PdkArg_Error
	//	*PdkArg_Credential
	//	*PdkArg_Route
	//	*PdkArg_Service
	//	*PdkArg_Consumer
	//	*PdkArg_MemoryStats
	Data isPdkArg_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*PdkArg) Descriptor deprecated

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

Deprecated: Use PdkArg.ProtoReflect.Descriptor instead.

func (*PdkArg) GetB

func (x *PdkArg) GetB() bool

func (*PdkArg) GetConsumer

func (x *PdkArg) GetConsumer() *Consumer

func (*PdkArg) GetCredential

func (x *PdkArg) GetCredential() *AuthenticatedCredential

func (*PdkArg) GetData

func (m *PdkArg) GetData() isPdkArg_Data

func (*PdkArg) GetError

func (x *PdkArg) GetError() string

func (*PdkArg) GetF

func (x *PdkArg) GetF() float64

func (*PdkArg) GetI

func (x *PdkArg) GetI() int64

func (*PdkArg) GetM

func (x *PdkArg) GetM() *StringMap

func (*PdkArg) GetMemoryStats

func (x *PdkArg) GetMemoryStats() *MemoryStats

func (*PdkArg) GetRoute

func (x *PdkArg) GetRoute() *Route

func (*PdkArg) GetS

func (x *PdkArg) GetS() string

func (*PdkArg) GetService

func (x *PdkArg) GetService() *Service

func (*PdkArg) ProtoMessage

func (*PdkArg) ProtoMessage()

func (*PdkArg) ProtoReflect

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

func (*PdkArg) Reset

func (x *PdkArg) Reset()

func (*PdkArg) String

func (x *PdkArg) String() string

type PdkArg_B

type PdkArg_B struct {
	B bool `protobuf:"varint,31,opt,name=b,proto3,oneof"`
}

type PdkArg_Consumer

type PdkArg_Consumer struct {
	Consumer *Consumer `protobuf:"bytes,43,opt,name=consumer,proto3,oneof"`
}

type PdkArg_Credential

type PdkArg_Credential struct {
	Credential *AuthenticatedCredential `protobuf:"bytes,40,opt,name=credential,proto3,oneof"`
}

type PdkArg_Error

type PdkArg_Error struct {
	Error string `protobuf:"bytes,36,opt,name=error,proto3,oneof"`
}

type PdkArg_F

type PdkArg_F struct {
	F float64 `protobuf:"fixed64,33,opt,name=f,proto3,oneof"`
}

type PdkArg_I

type PdkArg_I struct {
	I int64 `protobuf:"varint,32,opt,name=i,proto3,oneof"`
}

type PdkArg_M

type PdkArg_M struct {
	M *StringMap `protobuf:"bytes,35,opt,name=m,proto3,oneof"`
}

type PdkArg_MemoryStats

type PdkArg_MemoryStats struct {
	MemoryStats *MemoryStats `protobuf:"bytes,44,opt,name=memory_stats,json=memoryStats,proto3,oneof"`
}

type PdkArg_Route

type PdkArg_Route struct {
	Route *Route `protobuf:"bytes,41,opt,name=route,proto3,oneof"`
}

type PdkArg_S

type PdkArg_S struct {
	S string `protobuf:"bytes,34,opt,name=s,proto3,oneof"`
}

type PdkArg_Service

type PdkArg_Service struct {
	Service *Service `protobuf:"bytes,42,opt,name=service,proto3,oneof"`
}

type PdkCall

type PdkCall struct {
	Sequence int64     `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	EventId  int64     `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Cmd      string    `protobuf:"bytes,3,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Args     []*PdkArg `protobuf:"bytes,31,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*PdkCall) Descriptor deprecated

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

Deprecated: Use PdkCall.ProtoReflect.Descriptor instead.

func (*PdkCall) GetArgs

func (x *PdkCall) GetArgs() []*PdkArg

func (*PdkCall) GetCmd

func (x *PdkCall) GetCmd() string

func (*PdkCall) GetEventId

func (x *PdkCall) GetEventId() int64

func (*PdkCall) GetSequence

func (x *PdkCall) GetSequence() int64

func (*PdkCall) ProtoMessage

func (*PdkCall) ProtoMessage()

func (*PdkCall) ProtoReflect

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

func (*PdkCall) Reset

func (x *PdkCall) Reset()

func (*PdkCall) String

func (x *PdkCall) String() string

type PdkReturn

type PdkReturn struct {
	Sequence int64   `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	EventId  int64   `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Cmd      string  `protobuf:"bytes,3,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Arg      *PdkArg `protobuf:"bytes,31,opt,name=arg,proto3" json:"arg,omitempty"`
	// contains filtered or unexported fields
}

func (*PdkReturn) Descriptor deprecated

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

Deprecated: Use PdkReturn.ProtoReflect.Descriptor instead.

func (*PdkReturn) GetArg

func (x *PdkReturn) GetArg() *PdkArg

func (*PdkReturn) GetCmd

func (x *PdkReturn) GetCmd() string

func (*PdkReturn) GetEventId

func (x *PdkReturn) GetEventId() int64

func (*PdkReturn) GetSequence

func (x *PdkReturn) GetSequence() int64

func (*PdkReturn) ProtoMessage

func (*PdkReturn) ProtoMessage()

func (*PdkReturn) ProtoReflect

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

func (*PdkReturn) Reset

func (x *PdkReturn) Reset()

func (*PdkReturn) String

func (x *PdkReturn) String() string

type PluginInfo

type PluginInfo struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UpdatedAt int64    `protobuf:"varint,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	LoadedAt  int64    `protobuf:"varint,3,opt,name=loaded_at,json=loadedAt,proto3" json:"loaded_at,omitempty"`
	Phases    []string `protobuf:"bytes,4,rep,name=phases,proto3" json:"phases,omitempty"`
	Version   string   `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	Priority  int32    `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"`
	Schema    string   `protobuf:"bytes,7,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginInfo) Descriptor deprecated

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

Deprecated: Use PluginInfo.ProtoReflect.Descriptor instead.

func (*PluginInfo) GetLoadedAt

func (x *PluginInfo) GetLoadedAt() int64

func (*PluginInfo) GetName

func (x *PluginInfo) GetName() string

func (*PluginInfo) GetPhases

func (x *PluginInfo) GetPhases() []string

func (*PluginInfo) GetPriority

func (x *PluginInfo) GetPriority() int32

func (*PluginInfo) GetSchema

func (x *PluginInfo) GetSchema() string

func (*PluginInfo) GetUpdatedAt

func (x *PluginInfo) GetUpdatedAt() int64

func (*PluginInfo) GetVersion

func (x *PluginInfo) GetVersion() string

func (*PluginInfo) ProtoMessage

func (*PluginInfo) ProtoMessage()

func (*PluginInfo) ProtoReflect

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

func (*PluginInfo) Reset

func (x *PluginInfo) Reset()

func (*PluginInfo) String

func (x *PluginInfo) String() string

type PluginNames

type PluginNames struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginNames) Descriptor deprecated

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

Deprecated: Use PluginNames.ProtoReflect.Descriptor instead.

func (*PluginNames) GetNames

func (x *PluginNames) GetNames() []string

func (*PluginNames) ProtoMessage

func (*PluginNames) ProtoMessage()

func (*PluginNames) ProtoReflect

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

func (*PluginNames) Reset

func (x *PluginNames) Reset()

func (*PluginNames) String

func (x *PluginNames) String() string

type RawBodyResult added in v0.8.0

type RawBodyResult struct {

	// Types that are assignable to Kind:
	//	*RawBodyResult_Content
	//	*RawBodyResult_BodyFilepath
	//	*RawBodyResult_Error
	Kind isRawBodyResult_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*RawBodyResult) Descriptor deprecated added in v0.8.0

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

Deprecated: Use RawBodyResult.ProtoReflect.Descriptor instead.

func (*RawBodyResult) GetBodyFilepath added in v0.8.0

func (x *RawBodyResult) GetBodyFilepath() string

func (*RawBodyResult) GetContent added in v0.8.0

func (x *RawBodyResult) GetContent() []byte

func (*RawBodyResult) GetError added in v0.8.0

func (x *RawBodyResult) GetError() string

func (*RawBodyResult) GetKind added in v0.8.0

func (m *RawBodyResult) GetKind() isRawBodyResult_Kind

func (*RawBodyResult) ProtoMessage added in v0.8.0

func (*RawBodyResult) ProtoMessage()

func (*RawBodyResult) ProtoReflect added in v0.8.0

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

func (*RawBodyResult) Reset added in v0.8.0

func (x *RawBodyResult) Reset()

func (*RawBodyResult) String added in v0.8.0

func (x *RawBodyResult) String() string

type RawBodyResult_BodyFilepath added in v0.8.0

type RawBodyResult_BodyFilepath struct {
	BodyFilepath string `protobuf:"bytes,2,opt,name=body_filepath,json=bodyFilepath,proto3,oneof"`
}

type RawBodyResult_Content added in v0.8.0

type RawBodyResult_Content struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3,oneof"`
}

type RawBodyResult_Error added in v0.8.0

type RawBodyResult_Error struct {
	Error string `protobuf:"bytes,3,opt,name=error,proto3,oneof"`
}

type Route

type Route struct {
	Id                      string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt               int64       `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt               int64       `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Name                    string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Protocols               []string    `protobuf:"bytes,5,rep,name=protocols,proto3" json:"protocols,omitempty"`
	Methods                 []string    `protobuf:"bytes,6,rep,name=methods,proto3" json:"methods,omitempty"`
	Hosts                   []string    `protobuf:"bytes,7,rep,name=hosts,proto3" json:"hosts,omitempty"`
	Paths                   []string    `protobuf:"bytes,8,rep,name=paths,proto3" json:"paths,omitempty"`
	Headers                 []string    `protobuf:"bytes,9,rep,name=headers,proto3" json:"headers,omitempty"`
	HttpsRedirectStatusCode int32       `` /* 136-byte string literal not displayed */
	RegexPriority           int32       `protobuf:"varint,11,opt,name=regex_priority,json=regexPriority,proto3" json:"regex_priority,omitempty"`
	StripPath               bool        `protobuf:"varint,12,opt,name=strip_path,json=stripPath,proto3" json:"strip_path,omitempty"`
	PreserveHost            bool        `protobuf:"varint,13,opt,name=preserve_host,json=preserveHost,proto3" json:"preserve_host,omitempty"`
	Snis                    []string    `protobuf:"bytes,14,rep,name=snis,proto3" json:"snis,omitempty"`
	Sources                 []string    `protobuf:"bytes,15,rep,name=sources,proto3" json:"sources,omitempty"`
	Destinations            []string    `protobuf:"bytes,16,rep,name=destinations,proto3" json:"destinations,omitempty"`
	Tags                    []string    `protobuf:"bytes,17,rep,name=tags,proto3" json:"tags,omitempty"`
	Service                 *ServiceKey `protobuf:"bytes,18,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*Route) Descriptor deprecated

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

Deprecated: Use Route.ProtoReflect.Descriptor instead.

func (*Route) GetCreatedAt

func (x *Route) GetCreatedAt() int64

func (*Route) GetDestinations

func (x *Route) GetDestinations() []string

func (*Route) GetHeaders

func (x *Route) GetHeaders() []string

func (*Route) GetHosts

func (x *Route) GetHosts() []string

func (*Route) GetHttpsRedirectStatusCode

func (x *Route) GetHttpsRedirectStatusCode() int32

func (*Route) GetId

func (x *Route) GetId() string

func (*Route) GetMethods

func (x *Route) GetMethods() []string

func (*Route) GetName

func (x *Route) GetName() string

func (*Route) GetPaths

func (x *Route) GetPaths() []string

func (*Route) GetPreserveHost

func (x *Route) GetPreserveHost() bool

func (*Route) GetProtocols

func (x *Route) GetProtocols() []string

func (*Route) GetRegexPriority

func (x *Route) GetRegexPriority() int32

func (*Route) GetService

func (x *Route) GetService() *ServiceKey

func (*Route) GetSnis

func (x *Route) GetSnis() []string

func (*Route) GetSources

func (x *Route) GetSources() []string

func (*Route) GetStripPath

func (x *Route) GetStripPath() bool

func (*Route) GetTags

func (x *Route) GetTags() []string

func (*Route) GetUpdatedAt

func (x *Route) GetUpdatedAt() int64

func (*Route) ProtoMessage

func (*Route) ProtoMessage()

func (*Route) ProtoReflect

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

func (*Route) Reset

func (x *Route) Reset()

func (*Route) String

func (x *Route) String() string

type RpcCall

type RpcCall struct {
	Sequence int64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// Types that are assignable to Call:
	//	*RpcCall_CmdGetPluginNames
	//	*RpcCall_CmdGetPluginInfo
	//	*RpcCall_CmdStartInstance
	//	*RpcCall_CmdGetInstanceStatus
	//	*RpcCall_CmdCloseInstance
	//	*RpcCall_CmdHandleEvent
	Call isRpcCall_Call `protobuf_oneof:"call"`
	// contains filtered or unexported fields
}

func (*RpcCall) Descriptor deprecated

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

Deprecated: Use RpcCall.ProtoReflect.Descriptor instead.

func (*RpcCall) GetCall

func (m *RpcCall) GetCall() isRpcCall_Call

func (*RpcCall) GetCmdCloseInstance

func (x *RpcCall) GetCmdCloseInstance() *CmdCloseInstance

func (*RpcCall) GetCmdGetInstanceStatus

func (x *RpcCall) GetCmdGetInstanceStatus() *CmdGetInstanceStatus

func (*RpcCall) GetCmdGetPluginInfo

func (x *RpcCall) GetCmdGetPluginInfo() *CmdGetPluginInfo

func (*RpcCall) GetCmdGetPluginNames

func (x *RpcCall) GetCmdGetPluginNames() *CmdGetPluginNames

func (*RpcCall) GetCmdHandleEvent

func (x *RpcCall) GetCmdHandleEvent() *CmdHandleEvent

func (*RpcCall) GetCmdStartInstance

func (x *RpcCall) GetCmdStartInstance() *CmdStartInstance

func (*RpcCall) GetSequence

func (x *RpcCall) GetSequence() int64

func (*RpcCall) ProtoMessage

func (*RpcCall) ProtoMessage()

func (*RpcCall) ProtoReflect

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

func (*RpcCall) Reset

func (x *RpcCall) Reset()

func (*RpcCall) String

func (x *RpcCall) String() string

type RpcCall_CmdCloseInstance

type RpcCall_CmdCloseInstance struct {
	CmdCloseInstance *CmdCloseInstance `protobuf:"bytes,35,opt,name=cmd_close_instance,json=cmdCloseInstance,proto3,oneof"`
}

type RpcCall_CmdGetInstanceStatus

type RpcCall_CmdGetInstanceStatus struct {
	CmdGetInstanceStatus *CmdGetInstanceStatus `protobuf:"bytes,34,opt,name=cmd_get_instance_status,json=cmdGetInstanceStatus,proto3,oneof"`
}

type RpcCall_CmdGetPluginInfo

type RpcCall_CmdGetPluginInfo struct {
	CmdGetPluginInfo *CmdGetPluginInfo `protobuf:"bytes,32,opt,name=cmd_get_plugin_info,json=cmdGetPluginInfo,proto3,oneof"`
}

type RpcCall_CmdGetPluginNames

type RpcCall_CmdGetPluginNames struct {
	CmdGetPluginNames *CmdGetPluginNames `protobuf:"bytes,31,opt,name=cmd_get_plugin_names,json=cmdGetPluginNames,proto3,oneof"`
}

type RpcCall_CmdHandleEvent

type RpcCall_CmdHandleEvent struct {
	CmdHandleEvent *CmdHandleEvent `protobuf:"bytes,36,opt,name=cmd_handle_event,json=cmdHandleEvent,proto3,oneof"`
}

type RpcCall_CmdStartInstance

type RpcCall_CmdStartInstance struct {
	CmdStartInstance *CmdStartInstance `protobuf:"bytes,33,opt,name=cmd_start_instance,json=cmdStartInstance,proto3,oneof"`
}

type RpcReturn

type RpcReturn struct {
	Sequence int64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// Types that are assignable to Return:
	//	*RpcReturn_PluginNames
	//	*RpcReturn_PluginInfo
	//	*RpcReturn_InstanceStatus
	Return isRpcReturn_Return `protobuf_oneof:"return"`
	// contains filtered or unexported fields
}

func (*RpcReturn) Descriptor deprecated

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

Deprecated: Use RpcReturn.ProtoReflect.Descriptor instead.

func (*RpcReturn) GetInstanceStatus

func (x *RpcReturn) GetInstanceStatus() *InstanceStatus

func (*RpcReturn) GetPluginInfo

func (x *RpcReturn) GetPluginInfo() *PluginInfo

func (*RpcReturn) GetPluginNames

func (x *RpcReturn) GetPluginNames() *PluginNames

func (*RpcReturn) GetReturn

func (m *RpcReturn) GetReturn() isRpcReturn_Return

func (*RpcReturn) GetSequence

func (x *RpcReturn) GetSequence() int64

func (*RpcReturn) ProtoMessage

func (*RpcReturn) ProtoMessage()

func (*RpcReturn) ProtoReflect

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

func (*RpcReturn) Reset

func (x *RpcReturn) Reset()

func (*RpcReturn) String

func (x *RpcReturn) String() string

type RpcReturn_InstanceStatus

type RpcReturn_InstanceStatus struct {
	InstanceStatus *InstanceStatus `protobuf:"bytes,33,opt,name=instance_status,json=instanceStatus,proto3,oneof"`
}

type RpcReturn_PluginInfo

type RpcReturn_PluginInfo struct {
	PluginInfo *PluginInfo `protobuf:"bytes,32,opt,name=plugin_info,json=pluginInfo,proto3,oneof"`
}

type RpcReturn_PluginNames

type RpcReturn_PluginNames struct {
	PluginNames *PluginNames `protobuf:"bytes,31,opt,name=plugin_names,json=pluginNames,proto3,oneof"`
}

type Service

type Service struct {
	Id                string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt         int64           `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         int64           `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Name              string          `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Retries           int32           `protobuf:"varint,5,opt,name=retries,proto3" json:"retries,omitempty"`
	Protocol          string          `protobuf:"bytes,6,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Host              string          `protobuf:"bytes,7,opt,name=host,proto3" json:"host,omitempty"`
	Port              int32           `protobuf:"varint,8,opt,name=port,proto3" json:"port,omitempty"`
	Path              string          `protobuf:"bytes,9,opt,name=path,proto3" json:"path,omitempty"`
	ConnectTimeout    int32           `protobuf:"varint,10,opt,name=connect_timeout,json=connectTimeout,proto3" json:"connect_timeout,omitempty"`
	WriteTimeout      int32           `protobuf:"varint,11,opt,name=write_timeout,json=writeTimeout,proto3" json:"write_timeout,omitempty"`
	ReadTimeout       int32           `protobuf:"varint,12,opt,name=read_timeout,json=readTimeout,proto3" json:"read_timeout,omitempty"`
	Tags              []string        `protobuf:"bytes,13,rep,name=tags,proto3" json:"tags,omitempty"`
	ClientCertificate *CertificateKey `protobuf:"bytes,14,opt,name=client_certificate,json=clientCertificate,proto3" json:"client_certificate,omitempty"`
	// contains filtered or unexported fields
}

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetClientCertificate

func (x *Service) GetClientCertificate() *CertificateKey

func (*Service) GetConnectTimeout

func (x *Service) GetConnectTimeout() int32

func (*Service) GetCreatedAt

func (x *Service) GetCreatedAt() int64

func (*Service) GetHost

func (x *Service) GetHost() string

func (*Service) GetId

func (x *Service) GetId() string

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetPath

func (x *Service) GetPath() string

func (*Service) GetPort

func (x *Service) GetPort() int32

func (*Service) GetProtocol

func (x *Service) GetProtocol() string

func (*Service) GetReadTimeout

func (x *Service) GetReadTimeout() int32

func (*Service) GetRetries

func (x *Service) GetRetries() int32

func (*Service) GetTags

func (x *Service) GetTags() []string

func (*Service) GetUpdatedAt

func (x *Service) GetUpdatedAt() int64

func (*Service) GetWriteTimeout

func (x *Service) GetWriteTimeout() int32

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceKey

type ServiceKey struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceKey) Descriptor deprecated

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

Deprecated: Use ServiceKey.ProtoReflect.Descriptor instead.

func (*ServiceKey) GetId

func (x *ServiceKey) GetId() string

func (*ServiceKey) ProtoMessage

func (*ServiceKey) ProtoMessage()

func (*ServiceKey) ProtoReflect

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

func (*ServiceKey) Reset

func (x *ServiceKey) Reset()

func (*ServiceKey) String

func (x *ServiceKey) String() string

type String

type String struct {
	V string `protobuf:"bytes,1,opt,name=v,proto3" json:"v,omitempty"`
	// contains filtered or unexported fields
}

func (*String) Descriptor deprecated

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

Deprecated: Use String.ProtoReflect.Descriptor instead.

func (*String) GetV

func (x *String) GetV() string

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) ProtoReflect

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

func (*String) Reset

func (x *String) Reset()

func (*String) String

func (x *String) String() string

type StringMap

type StringMap struct {
	M map[string]string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StringMap) Descriptor deprecated

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

Deprecated: Use StringMap.ProtoReflect.Descriptor instead.

func (*StringMap) GetM

func (x *StringMap) GetM() map[string]string

func (*StringMap) ProtoMessage

func (*StringMap) ProtoMessage()

func (*StringMap) ProtoReflect

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

func (*StringMap) Reset

func (x *StringMap) Reset()

func (*StringMap) String

func (x *StringMap) String() string

type Target

type Target struct {
	Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Port int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*Target) Descriptor deprecated

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

Deprecated: Use Target.ProtoReflect.Descriptor instead.

func (*Target) GetHost

func (x *Target) GetHost() string

func (*Target) GetPort

func (x *Target) GetPort() int32

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) ProtoReflect

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

func (*Target) Reset

func (x *Target) Reset()

func (*Target) String

func (x *Target) String() string

Jump to

Keyboard shortcuts

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