Discover Packages
github.com/acs-dl/identity-svc
internal
data
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 26, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ModulePayload struct {
RequestId string `json:"request_id"`
UserId string `json:"user_id"`
Action string `json:"action"`
Username *string `json:"username"`
Phone *string `json:"phone"`
}
OrderType - represents sorting order of the query
Invert - inverts order by
type User struct {
Id int64 `db:"id" structs:"-"`
Name string `db:"name" structs:"name"`
Surname string `db:"surname" structs:"surname"`
Telegram *string `db:"telegram" structs:"telegram"`
Position string `db:"position" structs:"position"`
}
UserSelector is a structure for all applicable filters and params
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.