Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
UserService user service
type UserServiceImpl ¶
type UserServiceImpl struct { UserRepo repository.UserRepo `autowired:"true"` TContext application.Context `autowired:"true"` }
UserServiceImpl user service iompl
func (*UserServiceImpl) GetUserNameByID ¶
func (s *UserServiceImpl) GetUserNameByID(name string) string
GetUserNameByID method
Click to show internal directories.
Click to hide internal directories.