Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserAccessToken ¶
type UserAccessToken struct { CreatedAt time.Time `json:"createdAt"` Id uint64 `json:"id"` Token string `json:"token"` }
func ListByUserId ¶
func ListByUserId(dp *depot.Depot, userId uint64) ([]*UserAccessToken, error)
Click to show internal directories.
Click to hide internal directories.