Documentation ¶
Overview ¶
Package isp is a generated protocol buffer package.
It is generated from these files:
backend_service.proto
It has these top-level messages:
Message
Index ¶
- func RegisterBackendServiceServer(s *grpc.Server, srv BackendServiceServer)
- type BackendServiceClient
- type BackendServiceServer
- type BackendService_RequestStreamClient
- type BackendService_RequestStreamServer
- type Message
- func (*Message) Descriptor() ([]byte, []int)
- func (m *Message) GetBody() isMessage_Body
- func (m *Message) GetBytesBody() []byte
- func (m *Message) GetListBody() *google_protobuf.ListValue
- func (m *Message) GetNullBody() google_protobuf.NullValue
- func (m *Message) GetStructBody() *google_protobuf.Struct
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) String() string
- func (*Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- type Message_BytesBody
- type Message_ListBody
- type Message_NullBody
- type Message_StructBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBackendServiceServer ¶
func RegisterBackendServiceServer(s *grpc.Server, srv BackendServiceServer)
Types ¶
type BackendServiceClient ¶
type BackendServiceClient interface { // ===== SYSTEM ===== Request(ctx context.Context, in *Message, opts ...grpc.CallOption) (*Message, error) RequestStream(ctx context.Context, opts ...grpc.CallOption) (BackendService_RequestStreamClient, error) }
func NewBackendServiceClient ¶
func NewBackendServiceClient(cc *grpc.ClientConn) BackendServiceClient
type BackendServiceServer ¶
type Message ¶
type Message struct { // Types that are valid to be assigned to Body: // *Message_StructBody // *Message_ListBody // *Message_NullBody // *Message_BytesBody Body isMessage_Body `protobuf_oneof:"body"` }
func (*Message) Descriptor ¶
func (*Message) GetBytesBody ¶
func (*Message) GetListBody ¶
func (m *Message) GetListBody() *google_protobuf.ListValue
func (*Message) GetNullBody ¶
func (m *Message) GetNullBody() google_protobuf.NullValue
func (*Message) GetStructBody ¶
func (m *Message) GetStructBody() *google_protobuf.Struct
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
type Message_BytesBody ¶
type Message_BytesBody struct {
BytesBody []byte `protobuf:"bytes,4,opt,name=BytesBody,proto3,oneof"`
}
type Message_ListBody ¶
type Message_ListBody struct {
ListBody *google_protobuf.ListValue `protobuf:"bytes,2,opt,name=listBody,oneof"`
}
type Message_NullBody ¶
type Message_NullBody struct {
NullBody google_protobuf.NullValue `protobuf:"varint,3,opt,name=NullBody,enum=google.protobuf.NullValue,oneof"`
}
type Message_StructBody ¶
type Message_StructBody struct {
StructBody *google_protobuf.Struct `protobuf:"bytes,1,opt,name=structBody,oneof"`
}
Click to show internal directories.
Click to hide internal directories.