Documentation
¶
Overview ¶
Package infra defines dnote structure
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DnoteDirName is the name of the directory containing dnote files DnoteDirName = ".dnote" // SystemSchema is the key for schema in the system table SystemSchema = "schema" // SystemRemoteSchema is the key for remote schema in the system table SystemRemoteSchema = "remote_schema" // SystemLastSyncAt is the timestamp of the server at the last sync SystemLastSyncAt = "last_sync_time" // SystemLastMaxUSN is the user's max_usn from the server at the alst sync SystemLastMaxUSN = "last_max_usn" // SystemLastUpgrade is the timestamp at which the system more recently checked for an upgrade SystemLastUpgrade = "last_upgrade" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.