Discover Packages
github.com/aaronchen2k/tester
internal
server
biz
transformer
package
Version:
v0.0.0-...-054b70b
Opens a new window with list of versions in this module.
Published: Jul 31, 2021
License: GPL-3.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
Documentation
¶
type Permission struct {
Id int `json:"id"`
Name string `json:"name"`
DisplayName string `json:"display_name"`
Description string `json:"description"`
Act string `json:"act"`
CreatedAt string `json:"created_at"`
}
type Role struct {
Id int `json:"id"`
Name string `json:"name"`
DisplayName string `json:"display_name"`
Description string `json:"description"`
Perms []*Permission `json:"perms"`
CreatedAt string `json:"created_at"`
}
type User struct {
Id int `json:"id"`
Name string `json:"name"`
Username string `json:"username"`
Intro string `json:"introduction"`
Avatar string `json:"avatar"`
Roles []*Role `json:"roles"`
RoleIds []int `json:"role_ids"`
CreatedAt string `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.