package
Version:
v0.1.0-rc0
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: MIT
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 {
Nullifier string `db:"nullifier"`
AnonymousID string `db:"anonymous_id"`
IsProven bool `db:"is_proven"`
CreatedAt time.Time `db:"created_at"`
UpdatedAt time.Time `db:"updated_at"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.