Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pin ¶
type Pin struct { ID uint64 `storm:"increment"` Created time.Time User uint64 `storm:"index"` Name string `storm:"index"` CID string `storm:"index"` }
Pin represents a pin entry in the database.
Click to show internal directories.
Click to hide internal directories.