Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
User user
func (User) JavaClassName ¶
JavaClassName got a go struct's Java Class package name which should be a POJO class
type UserProvider ¶
type UserProvider struct { }
UserProvider user provider service
func (*UserProvider) GetUser ¶
func (u *UserProvider) GetUser(ctx context.Context, req []interface{}) (*User, error)
GetUser get user
func (*UserProvider) Reference ¶
func (u *UserProvider) Reference() string
Reference rpc service id or reference id
Click to show internal directories.
Click to hide internal directories.