isp

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 License: GPL-3.0 Imports: 6 Imported by: 5

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

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 BackendServiceServer interface {
	// ===== SYSTEM =====
	Request(context.Context, *Message) (*Message, error)
	RequestStream(BackendService_RequestStreamServer) error
}

type BackendService_RequestStreamClient

type BackendService_RequestStreamClient interface {
	Send(*Message) error
	Recv() (*Message, error)
	grpc.ClientStream
}

type BackendService_RequestStreamServer

type BackendService_RequestStreamServer interface {
	Send(*Message) error
	Recv() (*Message, error)
	grpc.ServerStream
}

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) Descriptor() ([]byte, []int)

func (*Message) GetBody

func (m *Message) GetBody() isMessage_Body

func (*Message) GetBytesBody

func (m *Message) GetBytesBody() []byte

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()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) String

func (m *Message) String() string

func (*Message) XXX_OneofFuncs

func (*Message) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

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"`
}

Jump to

Keyboard shortcuts

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