Documentation ¶
Index ¶
- type User
- type UserProvider
- func (u *UserProvider) GetAllUsers(ctx context.Context) ([]*User, error)
- func (u *UserProvider) GetUser(ctx context.Context, userID string) (*User, error)
- func (u *UserProvider) MethodMapper() map[string]string
- func (u *UserProvider) QueryUser(ctx context.Context, user *User) (*User, error)
- func (u *UserProvider) Reference() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
func (User) JavaClassName ¶
type UserProvider ¶
type UserProvider struct { }
func (*UserProvider) GetAllUsers ¶
func (u *UserProvider) GetAllUsers(ctx context.Context) ([]*User, error)
func (*UserProvider) MethodMapper ¶
func (u *UserProvider) MethodMapper() map[string]string
func (*UserProvider) Reference ¶
func (u *UserProvider) Reference() string
Click to show internal directories.
Click to hide internal directories.