package
Version:
v0.0.0-...-82d44d6
Opens a new window with list of versions in this module.
Published: Sep 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ModuleName = "role"
AddUserAction = "add_user"
)
type AddUserPayload struct {
AccessLevel interface{} `json:"access_level,omitempty"`
Action string `json:"action"`
Link string `json:"link"`
UserId string `json:"user_id"`
Username *string `json:"username"`
Phone *string `json:"phone"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.