Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserParams ¶
type GetAllUsersParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateUser ¶
func (*Queries) GetAllUsers ¶
type User ¶
type User struct { ID uuid.UUID `json:"id"` Firstname string `json:"firstname"` Othernames string `json:"othernames"` Email string `json:"email"` Organization pgtype.Text `json:"organization"` Role pgtype.Text `json:"role"` Phone pgtype.Text `json:"phone"` SshKey pgtype.Text `json:"ssh_key"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.