Documentation
¶
Index ¶
- func RegisterHowieServer(s *grpc.Server, srv HowieServer)
- type HowieClient
- type HowieDown
- func (*HowieDown) Descriptor() ([]byte, []int)
- func (m *HowieDown) GetMsg() string
- func (*HowieDown) ProtoMessage()
- func (m *HowieDown) Reset()
- func (m *HowieDown) String() string
- func (m *HowieDown) XXX_DiscardUnknown()
- func (m *HowieDown) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HowieDown) XXX_Merge(src proto.Message)
- func (m *HowieDown) XXX_Size() int
- func (m *HowieDown) XXX_Unmarshal(b []byte) error
- type HowieServer
- type HowieUp
- func (*HowieUp) Descriptor() ([]byte, []int)
- func (m *HowieUp) GetName() string
- func (*HowieUp) ProtoMessage()
- func (m *HowieUp) Reset()
- func (m *HowieUp) String() string
- func (m *HowieUp) XXX_DiscardUnknown()
- func (m *HowieUp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *HowieUp) XXX_Merge(src proto.Message)
- func (m *HowieUp) XXX_Size() int
- func (m *HowieUp) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHowieServer ¶
func RegisterHowieServer(s *grpc.Server, srv HowieServer)
Types ¶
type HowieClient ¶
type HowieClient interface {
LoL(ctx context.Context, in *HowieUp, opts ...grpc.CallOption) (*HowieDown, error)
}
HowieClient is the client API for Howie service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewHowieClient ¶
func NewHowieClient(cc *grpc.ClientConn) HowieClient
type HowieDown ¶
type HowieDown struct {
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*HowieDown) Descriptor ¶
func (*HowieDown) ProtoMessage ¶
func (*HowieDown) ProtoMessage()
func (*HowieDown) XXX_DiscardUnknown ¶
func (m *HowieDown) XXX_DiscardUnknown()
func (*HowieDown) XXX_Marshal ¶
func (*HowieDown) XXX_Unmarshal ¶
type HowieServer ¶
HowieServer is the server API for Howie service.
type HowieUp ¶
type HowieUp struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*HowieUp) Descriptor ¶
func (*HowieUp) ProtoMessage ¶
func (*HowieUp) ProtoMessage()
func (*HowieUp) XXX_DiscardUnknown ¶
func (m *HowieUp) XXX_DiscardUnknown()
func (*HowieUp) XXX_Marshal ¶
func (*HowieUp) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.