package
Version:
v0.0.0-...-757bef6
Opens a new window with list of versions in this module.
Published: Sep 9, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
UserID string `json:"user_id"`
AccID string `json:"acc_id"`
Email string `json:"email"`
Department string `json:"department"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.