Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActiveUser *models.UserInfo
View Source
var PennsieveClient *pennsieve.Client
Functions ¶
func GetActiveUser ¶
GetActiveUser returns userInfo for active user and updates local SQlite DB
func ReAuthenticate ¶ added in v0.1.2
func ReAuthenticate() (pennsieve.APISession, error)
Types ¶
type SyncResponse ¶ added in v0.2.0
type SyncResponse struct { ManifestNodeId string NrFilesUpdated int NrFilesRemoved int FailedFiles []string }
SyncResponse returns summary info from ManifestSync method.
func ManifestSync ¶ added in v0.2.0
func ManifestSync(m *models.Manifest) (*SyncResponse, error)
ManifestSync syncs local manifest with cloud manifest.
Click to show internal directories.
Click to hide internal directories.