package
Version:
v0.8.3
Opens a new window with list of versions in this module.
Published: Feb 28, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claim struct {
ID uuid.UUID `db:"id" structs:"id"`
UserDID string `db:"user_did" structs:"user_did"`
IssuerDID string `db:"issuer_did" structs:"issuer_did"`
DocumentHash string `db:"document_hash" structs:"document_hash"`
CreatedAt time.Time `db:"created_at" structs:"-"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.