Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OneDriveConfig ¶
type OneDriveConfig struct { DataBase string `yaml:"Database"` RootPath string `yaml:"RootPath"` TokenRefreshRate int64 `yaml:"TokenRefreshRate"` FileRefreshRate int64 `yaml:"FileRefreshRate"` DownloadTimeout int64 `yaml:"DownloadTimeout"` TokenBase64 string `yaml:"TokenBase64"` }
func ReadOneDriveConfig ¶
func ReadOneDriveConfig(_path string) *OneDriveConfig
func (OneDriveConfig) Bytes ¶
func (cfg OneDriveConfig) Bytes() (b []byte)
Click to show internal directories.
Click to hide internal directories.