package
Version:
v0.0.0-...-03efb0c
Opens a new window with list of versions in this module.
Published: Aug 6, 2024
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 FeatureQuery struct {
ID string `json:"id"`
Name string `json:"name"`
}
type MembersBuilding struct {
MemberID string
BuildingID string
}
type ProductQuery struct {
ID int32 `json:"id"`
Name string `json:"name"`
}
type RegisterQuery struct {
UserID string `json:"userID"`
}
type Session struct {
ID string
RoomID string
StartTime interface{}
EndTime interface{}
}
type UserCommand struct {
Username string `json:"username"`
Password string `json:"password"`
Salt string `json:"salt"`
ProductID int32 `json:"productID"`
RoleID int32 `json:"roleID"`
}
type UserQuery struct {
ID string `json:"id"`
Username string `json:"username"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.