Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct {
ID string
Name string
Fingerprint string
Material string
CreatedAt time.Time
UpdatedAt time.Time
AccountID string
Archived bool
// contains filtered or unexported fields
}
Key represents the data associated with an tsg_keys row.
func (*Key) Exists ¶
Exists returns a boolean and error. True if the row exists, false if it doesn't, error if there was an error executing the query.
Click to show internal directories.
Click to hide internal directories.