Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleCreatedEvent ¶
type RoleCreatedEvent struct {
Name string
}
evercore:event
func (RoleCreatedEvent) GetEventType ¶
func (a RoleCreatedEvent) GetEventType() string
func (RoleCreatedEvent) Serialize ¶
func (a RoleCreatedEvent) Serialize() string
type RolePermissionAddedEvent ¶
type RolePermissionAddedEvent struct {
PermissionId int64
}
evercore:event
func (RolePermissionAddedEvent) GetEventType ¶
func (a RolePermissionAddedEvent) GetEventType() string
func (RolePermissionAddedEvent) Serialize ¶
func (a RolePermissionAddedEvent) Serialize() string
type RolePermissionRemovedEvent ¶
type RolePermissionRemovedEvent struct {
PermissionId int64
}
evercore:event
func (RolePermissionRemovedEvent) GetEventType ¶
func (a RolePermissionRemovedEvent) GetEventType() string
func (RolePermissionRemovedEvent) Serialize ¶
func (a RolePermissionRemovedEvent) Serialize() string
type UserCreatedEvent ¶
type UserCreatedEvent struct { Email *string `json:"email"` PasswordHash *string `json:"passwordHash"` FirstName *string `json:"firstName"` LastName *string `json:"lastName"` DisplayName *string `json:"displayName"` }
evercore:state-event
type UserLoginFailedEvent ¶
type UserLoginFailedEvent struct { LastLoginAttempt int64 `json:"lastLoginAttempt"` FailedLoginAttempts int64 `json:"failedLoginAttempts"` }
evercore:state-event
type UserLoginSucceededEvent ¶
type UserLoginSucceededEvent struct { LastLoginAttempt int64 `json:"lastLoginAttempt"` FailedLoginAttempts int64 `json:"failedLoginAttempts"` }
evercore:state-event
type UserRolesUpdatedEvent ¶
type UserRolesUpdatedEvent struct {
Roles []int64 `json:"roles"`
}
evercore:state-event
Click to show internal directories.
Click to hide internal directories.