Documentation
¶
Index ¶
- func RegisterZoneServer(s *grpc.Server, srv ZoneServer)
- type CharacterData
- func (*CharacterData) Descriptor() ([]byte, []int)
- func (*CharacterData) ProtoMessage()
- func (m *CharacterData) Reset()
- func (m *CharacterData) String() string
- func (m *CharacterData) XXX_DiscardUnknown()
- func (m *CharacterData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CharacterData) XXX_Merge(src proto.Message)
- func (m *CharacterData) XXX_Size() int
- func (m *CharacterData) XXX_Unmarshal(b []byte) error
- type TransferStatus
- func (*TransferStatus) Descriptor() ([]byte, []int)
- func (*TransferStatus) ProtoMessage()
- func (m *TransferStatus) Reset()
- func (m *TransferStatus) String() string
- func (m *TransferStatus) XXX_DiscardUnknown()
- func (m *TransferStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransferStatus) XXX_Merge(src proto.Message)
- func (m *TransferStatus) XXX_Size() int
- func (m *TransferStatus) XXX_Unmarshal(b []byte) error
- type UnimplementedZoneServer
- type ZoneClient
- type ZoneServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterZoneServer ¶
func RegisterZoneServer(s *grpc.Server, srv ZoneServer)
Types ¶
type CharacterData ¶
type CharacterData struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*CharacterData) Descriptor ¶
func (*CharacterData) Descriptor() ([]byte, []int)
func (*CharacterData) ProtoMessage ¶
func (*CharacterData) ProtoMessage()
func (*CharacterData) Reset ¶
func (m *CharacterData) Reset()
func (*CharacterData) String ¶
func (m *CharacterData) String() string
func (*CharacterData) XXX_DiscardUnknown ¶
func (m *CharacterData) XXX_DiscardUnknown()
func (*CharacterData) XXX_Marshal ¶
func (m *CharacterData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CharacterData) XXX_Merge ¶
func (m *CharacterData) XXX_Merge(src proto.Message)
func (*CharacterData) XXX_Size ¶
func (m *CharacterData) XXX_Size() int
func (*CharacterData) XXX_Unmarshal ¶
func (m *CharacterData) XXX_Unmarshal(b []byte) error
type TransferStatus ¶
type TransferStatus struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*TransferStatus) Descriptor ¶
func (*TransferStatus) Descriptor() ([]byte, []int)
func (*TransferStatus) ProtoMessage ¶
func (*TransferStatus) ProtoMessage()
func (*TransferStatus) Reset ¶
func (m *TransferStatus) Reset()
func (*TransferStatus) String ¶
func (m *TransferStatus) String() string
func (*TransferStatus) XXX_DiscardUnknown ¶
func (m *TransferStatus) XXX_DiscardUnknown()
func (*TransferStatus) XXX_Marshal ¶
func (m *TransferStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransferStatus) XXX_Merge ¶
func (m *TransferStatus) XXX_Merge(src proto.Message)
func (*TransferStatus) XXX_Size ¶
func (m *TransferStatus) XXX_Size() int
func (*TransferStatus) XXX_Unmarshal ¶
func (m *TransferStatus) XXX_Unmarshal(b []byte) error
type UnimplementedZoneServer ¶
type UnimplementedZoneServer struct {
}
UnimplementedZoneServer can be embedded to have forward compatible implementations.
func (*UnimplementedZoneServer) TransferCharacter ¶
func (*UnimplementedZoneServer) TransferCharacter(ctx context.Context, req *CharacterData) (*TransferStatus, error)
type ZoneClient ¶
type ZoneClient interface {
TransferCharacter(ctx context.Context, in *CharacterData, opts ...grpc.CallOption) (*TransferStatus, error)
}
ZoneClient is the client API for Zone service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewZoneClient ¶
func NewZoneClient(cc grpc.ClientConnInterface) ZoneClient
type ZoneServer ¶
type ZoneServer interface {
TransferCharacter(context.Context, *CharacterData) (*TransferStatus, error)
}
ZoneServer is the server API for Zone service.
Click to show internal directories.
Click to hide internal directories.