Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct {
ID int64 `json:"id"`
Username string `json:"username"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
IsSuperuser bool `json:"isSuperuser"`
IsActive bool `json:"isActive"`
IsStaff bool `json:"isStaff"`
IsConfirmed bool `json:"isConfirmed"`
Permissions charon.Permissions `json:"permissions"`
}
Actor is a generic object that represent anything that can be under control of charon.
Click to show internal directories.
Click to hide internal directories.