Documentation ¶
Index ¶
Constants ¶
View Source
const UpdateID string = "b66dc282-a029-4e99-85db-2cf2892fffcc"
UpdateID is a user id to use with the updatedby column.
Variables ¶
This section is empty.
Functions ¶
func CreateProofs ¶
CreateProofs is a placeholder to scan archives.
Types ¶
type Connection ¶
type Connection struct { Name string // database name User string // access username Pass string // access password Server string // host server protocol, address and port }
Connection information for a MySQL database.
type Empty ¶
type Empty struct{}
Empty is used as a blank value for search maps. See: https://dave.cheney.net/2014/03/25/the-empty-struct
type IDs ¶
type IDs map[string]struct{}
IDs are unique UUID values used by the database and filenames.
func CreateUUIDMap ¶
CreateUUIDMap builds a map of all the unique UUID values stored in the Defacto2 database.
Click to show internal directories.
Click to hide internal directories.