package
Version:
v0.0.0-...-3591828
Opens a new window with list of versions in this module.
Published: Feb 18, 2023
License: MIT
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
¶
type Message struct {
UserId string `json:"user_id"`
MessageCount int `json:"message_count"`
}
type Role struct {
RoleId int `json:"role_id"`
RoleType string `json:"role_type"`
}
type Tag struct {
TagId int `json:"tag_id"`
TagName string `json:"tag_name"`
TagBody string `json:"tag_body"`
}
type User struct {
Id string `json:"id"`
Username string `json:"username"`
Level int `json:"level"`
RoleId int `json:"role_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.