Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccount ¶
func NewAccount(svc *account.Service, r *gin.RouterGroup)
NewAccount creates new account http service
func NewUser ¶
func NewUser(svc *user.Service, r *gin.RouterGroup)
NewUser creates new user http service
Types ¶
type Account ¶
type Account struct {
// contains filtered or unexported fields
}
Account represents account http
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth represents auth http service
type User ¶
type User struct {
// contains filtered or unexported fields
}
User represents user http service
Source Files
¶
- account.go
- auth.go
- user.go
Click to show internal directories.
Click to hide internal directories.