Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GDrive ¶
type GDrive struct { // email of your google cloud service account Email string `yaml:"email" json:"client_email,omitempty"` // private key of your google cloud service account PrivateKey string `yaml:"privatekey" json:"private_key,omitempty"` FileName string `yaml:"filename"` FolderId string `yaml:"folderid"` }
Click to show internal directories.
Click to hide internal directories.