Documentation
¶
Index ¶
- Constants
- Variables
- type GetInfoReply
- func (*GetInfoReply) Descriptor() ([]byte, []int)
- func (m *GetInfoReply) GetName() string
- func (m *GetInfoReply) Marshal() (dAtA []byte, err error)
- func (m *GetInfoReply) MarshalTo(dAtA []byte) (int, error)
- func (m *GetInfoReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetInfoReply) ProtoMessage()
- func (m *GetInfoReply) Reset()
- func (m *GetInfoReply) Size() (n int)
- func (m *GetInfoReply) String() string
- func (m *GetInfoReply) Unmarshal(dAtA []byte) error
- func (m *GetInfoReply) XXX_DiscardUnknown()
- func (m *GetInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetInfoReply) XXX_Merge(src proto.Message)
- func (m *GetInfoReply) XXX_Size() int
- func (m *GetInfoReply) XXX_Unmarshal(b []byte) error
- type GetInfoReq
- func (*GetInfoReq) Descriptor() ([]byte, []int)
- func (m *GetInfoReq) GetId() uint64
- func (m *GetInfoReq) Marshal() (dAtA []byte, err error)
- func (m *GetInfoReq) MarshalTo(dAtA []byte) (int, error)
- func (m *GetInfoReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetInfoReq) ProtoMessage()
- func (m *GetInfoReq) Reset()
- func (m *GetInfoReq) Size() (n int)
- func (m *GetInfoReq) String() string
- func (m *GetInfoReq) Unmarshal(dAtA []byte) error
- func (m *GetInfoReq) XXX_DiscardUnknown()
- func (m *GetInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetInfoReq) XXX_Merge(src proto.Message)
- func (m *GetInfoReq) XXX_Size() int
- func (m *GetInfoReq) XXX_Unmarshal(b []byte) error
- type SayHelloReply
- func (*SayHelloReply) Descriptor() ([]byte, []int)
- func (m *SayHelloReply) GetName() string
- func (m *SayHelloReply) Marshal() (dAtA []byte, err error)
- func (m *SayHelloReply) MarshalTo(dAtA []byte) (int, error)
- func (m *SayHelloReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SayHelloReply) ProtoMessage()
- func (m *SayHelloReply) Reset()
- func (m *SayHelloReply) Size() (n int)
- func (m *SayHelloReply) String() string
- func (m *SayHelloReply) Unmarshal(dAtA []byte) error
- func (m *SayHelloReply) XXX_DiscardUnknown()
- func (m *SayHelloReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SayHelloReply) XXX_Merge(src proto.Message)
- func (m *SayHelloReply) XXX_Size() int
- func (m *SayHelloReply) XXX_Unmarshal(b []byte) error
- type SayHelloReq
- func (*SayHelloReq) Descriptor() ([]byte, []int)
- func (m *SayHelloReq) GetId() uint64
- func (m *SayHelloReq) Marshal() (dAtA []byte, err error)
- func (m *SayHelloReq) MarshalTo(dAtA []byte) (int, error)
- func (m *SayHelloReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SayHelloReq) ProtoMessage()
- func (m *SayHelloReq) Reset()
- func (m *SayHelloReq) Size() (n int)
- func (m *SayHelloReq) String() string
- func (m *SayHelloReq) Unmarshal(dAtA []byte) error
- func (m *SayHelloReq) XXX_DiscardUnknown()
- func (m *SayHelloReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SayHelloReq) XXX_Merge(src proto.Message)
- func (m *SayHelloReq) XXX_Size() int
- func (m *SayHelloReq) XXX_Unmarshal(b []byte) error
- type UserClient
- type UserInterface
- type UserRpcDemo
Constants ¶
View Source
const ServiceNameOfUser = "UserRpc"
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GetInfoReply ¶
type GetInfoReply 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 (*GetInfoReply) Descriptor ¶
func (*GetInfoReply) Descriptor() ([]byte, []int)
func (*GetInfoReply) GetName ¶
func (m *GetInfoReply) GetName() string
func (*GetInfoReply) Marshal ¶
func (m *GetInfoReply) Marshal() (dAtA []byte, err error)
func (*GetInfoReply) MarshalToSizedBuffer ¶
func (m *GetInfoReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetInfoReply) ProtoMessage ¶
func (*GetInfoReply) ProtoMessage()
func (*GetInfoReply) Reset ¶
func (m *GetInfoReply) Reset()
func (*GetInfoReply) Size ¶
func (m *GetInfoReply) Size() (n int)
func (*GetInfoReply) String ¶
func (m *GetInfoReply) String() string
func (*GetInfoReply) Unmarshal ¶
func (m *GetInfoReply) Unmarshal(dAtA []byte) error
func (*GetInfoReply) XXX_DiscardUnknown ¶
func (m *GetInfoReply) XXX_DiscardUnknown()
func (*GetInfoReply) XXX_Marshal ¶
func (m *GetInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetInfoReply) XXX_Merge ¶
func (m *GetInfoReply) XXX_Merge(src proto.Message)
func (*GetInfoReply) XXX_Size ¶
func (m *GetInfoReply) XXX_Size() int
func (*GetInfoReply) XXX_Unmarshal ¶
func (m *GetInfoReply) XXX_Unmarshal(b []byte) error
type GetInfoReq ¶
type GetInfoReq struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*GetInfoReq) Descriptor ¶
func (*GetInfoReq) Descriptor() ([]byte, []int)
func (*GetInfoReq) GetId ¶
func (m *GetInfoReq) GetId() uint64
func (*GetInfoReq) Marshal ¶
func (m *GetInfoReq) Marshal() (dAtA []byte, err error)
func (*GetInfoReq) MarshalToSizedBuffer ¶
func (m *GetInfoReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetInfoReq) ProtoMessage ¶
func (*GetInfoReq) ProtoMessage()
func (*GetInfoReq) Reset ¶
func (m *GetInfoReq) Reset()
func (*GetInfoReq) Size ¶
func (m *GetInfoReq) Size() (n int)
======================================================
func (*GetInfoReq) String ¶
func (m *GetInfoReq) String() string
func (*GetInfoReq) Unmarshal ¶
func (m *GetInfoReq) Unmarshal(dAtA []byte) error
func (*GetInfoReq) XXX_DiscardUnknown ¶
func (m *GetInfoReq) XXX_DiscardUnknown()
func (*GetInfoReq) XXX_Marshal ¶
func (m *GetInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetInfoReq) XXX_Merge ¶
func (m *GetInfoReq) XXX_Merge(src proto.Message)
func (*GetInfoReq) XXX_Size ¶
func (m *GetInfoReq) XXX_Size() int
func (*GetInfoReq) XXX_Unmarshal ¶
func (m *GetInfoReq) XXX_Unmarshal(b []byte) error
type SayHelloReply ¶
type SayHelloReply 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 (*SayHelloReply) Descriptor ¶
func (*SayHelloReply) Descriptor() ([]byte, []int)
func (*SayHelloReply) GetName ¶
func (m *SayHelloReply) GetName() string
func (*SayHelloReply) Marshal ¶
func (m *SayHelloReply) Marshal() (dAtA []byte, err error)
func (*SayHelloReply) MarshalToSizedBuffer ¶
func (m *SayHelloReply) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SayHelloReply) ProtoMessage ¶
func (*SayHelloReply) ProtoMessage()
func (*SayHelloReply) Reset ¶
func (m *SayHelloReply) Reset()
func (*SayHelloReply) Size ¶
func (m *SayHelloReply) Size() (n int)
func (*SayHelloReply) String ¶
func (m *SayHelloReply) String() string
func (*SayHelloReply) Unmarshal ¶
func (m *SayHelloReply) Unmarshal(dAtA []byte) error
func (*SayHelloReply) XXX_DiscardUnknown ¶
func (m *SayHelloReply) XXX_DiscardUnknown()
func (*SayHelloReply) XXX_Marshal ¶
func (m *SayHelloReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SayHelloReply) XXX_Merge ¶
func (m *SayHelloReply) XXX_Merge(src proto.Message)
func (*SayHelloReply) XXX_Size ¶
func (m *SayHelloReply) XXX_Size() int
func (*SayHelloReply) XXX_Unmarshal ¶
func (m *SayHelloReply) XXX_Unmarshal(b []byte) error
type SayHelloReq ¶
type SayHelloReq struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*SayHelloReq) Descriptor ¶
func (*SayHelloReq) Descriptor() ([]byte, []int)
func (*SayHelloReq) GetId ¶
func (m *SayHelloReq) GetId() uint64
func (*SayHelloReq) Marshal ¶
func (m *SayHelloReq) Marshal() (dAtA []byte, err error)
func (*SayHelloReq) MarshalToSizedBuffer ¶
func (m *SayHelloReq) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SayHelloReq) ProtoMessage ¶
func (*SayHelloReq) ProtoMessage()
func (*SayHelloReq) Reset ¶
func (m *SayHelloReq) Reset()
func (*SayHelloReq) Size ¶
func (m *SayHelloReq) Size() (n int)
func (*SayHelloReq) String ¶
func (m *SayHelloReq) String() string
func (*SayHelloReq) Unmarshal ¶
func (m *SayHelloReq) Unmarshal(dAtA []byte) error
func (*SayHelloReq) XXX_DiscardUnknown ¶
func (m *SayHelloReq) XXX_DiscardUnknown()
func (*SayHelloReq) XXX_Marshal ¶
func (m *SayHelloReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SayHelloReq) XXX_Merge ¶
func (m *SayHelloReq) XXX_Merge(src proto.Message)
func (*SayHelloReq) XXX_Size ¶
func (m *SayHelloReq) XXX_Size() int
func (*SayHelloReq) XXX_Unmarshal ¶
func (m *SayHelloReq) XXX_Unmarshal(b []byte) error
type UserClient ¶
type UserClient struct {
// contains filtered or unexported fields
}
User is a client wrapped XClient.
func NewUserClient ¶
func NewUserClient() *UserClient
NewUserClient wraps a XClient as UserClient. You can pass a shared XClient object created by NewXClientForUser.
func (*UserClient) GetInfo ¶
func (c *UserClient) GetInfo(ctx context.Context, req *GetInfoReq) (reply *GetInfoReply, err error)
GetInfo is client rpc method as defined
func (*UserClient) SayHello ¶
func (c *UserClient) SayHello(ctx context.Context, req *SayHelloReq) (reply *SayHelloReply, err error)
SayHello is client rpc method as defined
type UserInterface ¶
type UserInterface interface {
// UserInterface can be used for interface verification.
// GetInfo is server rpc method as defined
GetInfo(ctx context.Context, req *GetInfoReq, reply *GetInfoReply) (err error)
// SayHello is server rpc method as defined
SayHello(ctx context.Context, req *SayHelloReq, reply *SayHelloReply) (err error)
}
================== interface ===================
type UserRpcDemo ¶
type UserRpcDemo struct{}
================== server implement demo =================== ripple.Default().RegisterRpc("User", &UserRpcDemo{}, "")
func (*UserRpcDemo) GetInfo ¶
func (this *UserRpcDemo) GetInfo(ctx context.Context, req *GetInfoReq, reply *GetInfoReply) (err error)
func (*UserRpcDemo) SayHello ¶
func (this *UserRpcDemo) SayHello(ctx context.Context, req *SayHelloReq, reply *SayHelloReply) (err error)
Click to show internal directories.
Click to hide internal directories.