pang

package
v0.0.0-...-88e8874 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterOnosServerServer

func RegisterOnosServerServer(s *grpc.Server, srv OnosServerServer)

Types

type OnosReply

type OnosReply struct {
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OnosReply) Descriptor

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

func (*OnosReply) GetMessage

func (m *OnosReply) GetMessage() string

func (*OnosReply) ProtoMessage

func (*OnosReply) ProtoMessage()

func (*OnosReply) Reset

func (m *OnosReply) Reset()

func (*OnosReply) String

func (m *OnosReply) String() string

func (*OnosReply) XXX_DiscardUnknown

func (m *OnosReply) XXX_DiscardUnknown()

func (*OnosReply) XXX_Marshal

func (m *OnosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OnosReply) XXX_Merge

func (m *OnosReply) XXX_Merge(src proto.Message)

func (*OnosReply) XXX_Size

func (m *OnosReply) XXX_Size() int

func (*OnosReply) XXX_Unmarshal

func (m *OnosReply) XXX_Unmarshal(b []byte) error

type OnosRequest

type OnosRequest struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OnosRequest) Descriptor

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

func (*OnosRequest) GetMessage

func (m *OnosRequest) GetMessage() string

func (*OnosRequest) ProtoMessage

func (*OnosRequest) ProtoMessage()

func (*OnosRequest) Reset

func (m *OnosRequest) Reset()

func (*OnosRequest) String

func (m *OnosRequest) String() string

func (*OnosRequest) XXX_DiscardUnknown

func (m *OnosRequest) XXX_DiscardUnknown()

func (*OnosRequest) XXX_Marshal

func (m *OnosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OnosRequest) XXX_Merge

func (m *OnosRequest) XXX_Merge(src proto.Message)

func (*OnosRequest) XXX_Size

func (m *OnosRequest) XXX_Size() int

func (*OnosRequest) XXX_Unmarshal

func (m *OnosRequest) XXX_Unmarshal(b []byte) error

type OnosServerClient

type OnosServerClient interface {
	EvpnRoute(ctx context.Context, in *OnosRequest, opts ...grpc.CallOption) (*OnosReply, error)
}

OnosServerClient is the client API for OnosServer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOnosServerClient

func NewOnosServerClient(cc *grpc.ClientConn) OnosServerClient

type OnosServerServer

type OnosServerServer interface {
	EvpnRoute(context.Context, *OnosRequest) (*OnosReply, error)
}

OnosServerServer is the server API for OnosServer service.

type UnimplementedOnosServerServer

type UnimplementedOnosServerServer struct {
}

UnimplementedOnosServerServer can be embedded to have forward compatible implementations.

func (*UnimplementedOnosServerServer) EvpnRoute

Jump to

Keyboard shortcuts

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