Documentation ¶
Index ¶
- Constants
- Variables
- func Codec() encoding.Codec
- func CodecWithParent(fallback encoding.Codec) encoding.Codec
- type ProxyFrame
- func (*ProxyFrame) Descriptor() ([]byte, []int)deprecated
- func (x *ProxyFrame) GetModel() string
- func (x *ProxyFrame) GetPayload() []byte
- func (x *ProxyFrame) GetServiceName() string
- func (*ProxyFrame) ProtoMessage()
- func (x *ProxyFrame) ProtoReflect() protoreflect.Message
- func (x *ProxyFrame) Reset()
- func (x *ProxyFrame) String() string
Constants ¶
View Source
const Name = "proxyCodec"
Variables ¶
View Source
var File_model_proto protoreflect.FileDescriptor
Functions ¶
Types ¶
type ProxyFrame ¶
type ProxyFrame struct { ServiceName string `protobuf:"bytes,1,opt,name=serviceName,proto3" json:"serviceName,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*ProxyFrame) Descriptor
deprecated
func (*ProxyFrame) Descriptor() ([]byte, []int)
Deprecated: Use ProxyFrame.ProtoReflect.Descriptor instead.
func (*ProxyFrame) GetModel ¶
func (x *ProxyFrame) GetModel() string
func (*ProxyFrame) GetPayload ¶
func (x *ProxyFrame) GetPayload() []byte
func (*ProxyFrame) GetServiceName ¶
func (x *ProxyFrame) GetServiceName() string
func (*ProxyFrame) ProtoMessage ¶
func (*ProxyFrame) ProtoMessage()
func (*ProxyFrame) ProtoReflect ¶
func (x *ProxyFrame) ProtoReflect() protoreflect.Message
func (*ProxyFrame) Reset ¶
func (x *ProxyFrame) Reset()
func (*ProxyFrame) String ¶
func (x *ProxyFrame) String() string
Click to show internal directories.
Click to hide internal directories.