Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserInfoServer ¶
type UserInfoServer struct { user.UnimplementedUserInfoServer // contains filtered or unexported fields }
func NewUserInfoServer ¶
func NewUserInfoServer(svcCtx *svc.ServiceContext) *UserInfoServer
func (*UserInfoServer) GetUser ¶
func (s *UserInfoServer) GetUser(ctx context.Context, in *user.IdRequest) (*user.UserInfoReponse, error)
func (*UserInfoServer) GetUser1 ¶
func (s *UserInfoServer) GetUser1(ctx context.Context, in *user.IdRequest) (*user.UserInfoReponse, error)
Click to show internal directories.
Click to hide internal directories.