Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiverPort ¶
type GoogleDrivePort ¶
type GoogleDrivePort interface { CopySpreadsheet(targetFile string, destinationFile string) (string, error) CopySpreadsheetFromId(targetId string, destinationName string) (string, error) CreateFolder(name string, parentFolderId string) (string, error) MoveSpreadsheetToAnotherFolder(fileName, sourceFolderId, targetFolderId string) (string, error) MoveFolderToAnotherFolder(fileName, sourceFolderId, targetFolderId string) (string, error) }
type GoogleSheetPort ¶
type Ports ¶
type Ports struct { DrivePort GoogleDrivePort SheetPort GoogleSheetPort TranslationsPort TranslationsPort ArchiverPort ArchiverPort }
Click to show internal directories.
Click to hide internal directories.