Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id string `pg:"id"` Username string `pg:"username"` Email string `pg:"email"` Fullname *string `pg:"fullname"` Bio *string `pg:"bio"` Admin bool `pg:"admin"` CreatedAt *time.Time `pg:"created_at"` UpdatedAt *time.Time `pg:"updated_at"` DeletedAt *time.Time `pg:"deleted_at"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.