Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct { }
func (*UserService) GetUserIds ¶
func (t *UserService) GetUserIds() ([]int, error)
func (*UserService) GetUserInfoById ¶
func (t *UserService) GetUserInfoById(id int) (Info, error)
Click to show internal directories.
Click to hide internal directories.