Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimUser ¶
type ClaimUser struct { UserId string `json:"user_id"` AccountId string `json:"account_id"` Username string `json:"username"` Role string `json:"role"` Name string `json:"name"` Email string `json:"email"` }
ClaimUser defines the claim user
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
NewService creates a new timeout handler service
Click to show internal directories.
Click to hide internal directories.