Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy proxy a request to the user service
func NewUserProxy ¶
NewUserProxy creates a proxy to the users service
type TokenResponse ¶
type TokenResponse struct {
Token string `json:"token"`
}
TokenResponse represents the creating token response from the users service
Click to show internal directories.
Click to hide internal directories.