Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitOpenapi ¶
func InitOpenapi()
Types ¶
type UserService ¶
type UserService struct {
UserMap map[int32]entity.OpenapiUserEntity
}
func NewUserService ¶
func NewUserService() *UserService
func (*UserService) GetAppKeyByAppId ¶
func (o *UserService) GetAppKeyByAppId(appId int32) string
func (*UserService) GetUserByAppId ¶
func (o *UserService) GetUserByAppId(appId int32) entity.OpenapiUserEntity
Click to show internal directories.
Click to hide internal directories.