Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventTypeUserCreated = "$UserCreated" EventTypeUserDeleted = "$UserDeleted" EventTypeRolesChanged = "$RolesChanged" EventTypeUserPasswordChanged = "$UserPasswordChanged" )
Event types
View Source
const (
AdminStream = "OrisunAdmin"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserCreated ¶
type UserDeleted ¶
type UserDeleted struct {
UserId string `json:"user_id"`
}
type UserPasswordChanged ¶
Click to show internal directories.
Click to hide internal directories.