protobuf

package
v0.0.0-...-f011ba4 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_proxy_common_proto protoreflect.FileDescriptor
View Source
var File_proto_proxy_payload_proto protoreflect.FileDescriptor
View Source
var File_proto_proxy_resp_payload_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ProxyData

type ProxyData struct {
	Sign              string `protobuf:"bytes,1,opt,name=sign,proto3" json:"sign,omitempty"`
	Compress          bool   `protobuf:"varint,2,opt,name=compress,proto3" json:"compress,omitempty"`
	Payload           []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	SignEnable        bool   `protobuf:"varint,4,opt,name=signEnable,proto3" json:"signEnable,omitempty"`
	SignKeyName       string `protobuf:"bytes,5,opt,name=signKeyName,proto3" json:"signKeyName,omitempty"`
	EncryptEnable     bool   `protobuf:"varint,6,opt,name=encryptEnable,proto3" json:"encryptEnable,omitempty"`
	EncryptKeyName    string `protobuf:"bytes,7,opt,name=encryptKeyName,proto3" json:"encryptKeyName,omitempty"`
	CompressAlgorithm int32  `protobuf:"varint,8,opt,name=compressAlgorithm,proto3" json:"compressAlgorithm,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyData) Descriptor deprecated

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

Deprecated: Use ProxyData.ProtoReflect.Descriptor instead.

func (*ProxyData) GetCompress

func (x *ProxyData) GetCompress() bool

func (*ProxyData) GetCompressAlgorithm

func (x *ProxyData) GetCompressAlgorithm() int32

func (*ProxyData) GetEncryptEnable

func (x *ProxyData) GetEncryptEnable() bool

func (*ProxyData) GetEncryptKeyName

func (x *ProxyData) GetEncryptKeyName() string

func (*ProxyData) GetPayload

func (x *ProxyData) GetPayload() []byte

func (*ProxyData) GetSign

func (x *ProxyData) GetSign() string

func (*ProxyData) GetSignEnable

func (x *ProxyData) GetSignEnable() bool

func (*ProxyData) GetSignKeyName

func (x *ProxyData) GetSignKeyName() string

func (*ProxyData) ProtoMessage

func (*ProxyData) ProtoMessage()

func (*ProxyData) ProtoReflect

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

func (*ProxyData) Reset

func (x *ProxyData) Reset()

func (*ProxyData) String

func (x *ProxyData) String() string

type ProxyRespData

type ProxyRespData struct {
	Payload           []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Compress          bool   `protobuf:"varint,2,opt,name=compress,proto3" json:"compress,omitempty"`
	EncryptEnable     bool   `protobuf:"varint,3,opt,name=encryptEnable,proto3" json:"encryptEnable,omitempty"`
	EncryptKeyName    string `protobuf:"bytes,4,opt,name=encryptKeyName,proto3" json:"encryptKeyName,omitempty"`
	CompressAlgorithm int32  `protobuf:"varint,5,opt,name=compressAlgorithm,proto3" json:"compressAlgorithm,omitempty"`
	// contains filtered or unexported fields
}

func (*ProxyRespData) Descriptor deprecated

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

Deprecated: Use ProxyRespData.ProtoReflect.Descriptor instead.

func (*ProxyRespData) GetCompress

func (x *ProxyRespData) GetCompress() bool

func (*ProxyRespData) GetCompressAlgorithm

func (x *ProxyRespData) GetCompressAlgorithm() int32

func (*ProxyRespData) GetEncryptEnable

func (x *ProxyRespData) GetEncryptEnable() bool

func (*ProxyRespData) GetEncryptKeyName

func (x *ProxyRespData) GetEncryptKeyName() string

func (*ProxyRespData) GetPayload

func (x *ProxyRespData) GetPayload() []byte

func (*ProxyRespData) ProtoMessage

func (*ProxyRespData) ProtoMessage()

func (*ProxyRespData) ProtoReflect

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

func (*ProxyRespData) Reset

func (x *ProxyRespData) Reset()

func (*ProxyRespData) String

func (x *ProxyRespData) String() string

Jump to

Keyboard shortcuts

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