package
Version:
v0.0.0-...-de20da1
Opens a new window with list of versions in this module.
Published: Mar 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Role struct {
ID uint `json:"id"`
RoleName string `json:"role_name"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.