package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Feb 9, 2022
License: Apache-2.0
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 UserPublicKey struct {
PublicKey string `json:"public_key" db:"public_key"`
UserID string `json:"user_id" db:"user_id"`
AddedAt time.Time `json:"added_at" db:"added_at"`
RevokedAt *time.Time `json:"revoked_at" db:"revoked_at"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.