Documentation ¶
Index ¶
Constants ¶
View Source
const ( CreateUserService = "Rpc.CreateUser" RemoveUserService = "Rpc.RemoveUser" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcService ¶
type RpcService struct{}
func (*RpcService) CreateUser ¶
func (r *RpcService) CreateUser(req interface{}, res *string) error
func (*RpcService) RemoveUser ¶
func (r *RpcService) RemoveUser(req interface{}, res *string) error
type UserLPCServiceObject ¶
Click to show internal directories.
Click to hide internal directories.