mirror of
https://github.com/1f349/cardcaldav.git
synced 2024-11-09 22:43:27 +00:00
14 lines
228 B
Go
14 lines
228 B
Go
|
// Code generated by sqlc. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// sqlc v1.25.0
|
||
|
|
||
|
package database
|
||
|
|
||
|
import ()
|
||
|
|
||
|
type Mailbox struct {
|
||
|
Username string `json:"username"`
|
||
|
Password string `json:"password"`
|
||
|
Active int32 `json:"active"`
|
||
|
}
|