Documentation
¶
Index ¶
- Constants
- type SpreadsheetConn
- func (c *SpreadsheetConn) Close() error
- func (c *SpreadsheetConn) GetRows(ctx context.Context, sheetName string) ([]*driver.Row, error)
- func (c *SpreadsheetConn) GetSchema(ctx context.Context, sheetName string) (*driver.Schema, error)
- func (c *SpreadsheetConn) SetRows(ctx context.Context, sheetName string, rows []*driver.Row) error
- func (c *SpreadsheetConn) SetSchema(ctx context.Context, sheetName string, schema *driver.Schema) error
- type SpreadsheetService
Constants ¶
View Source
const ( KeyCredentialFilePath = "TAMATE_SPREADSHEET_CREDENTIAL_FILE_PATH" KeyCredentialData = "TAMATE_SPREADSHEET_CREDENTIAL_DATA" KeySheetId = "TAMATE_SPREADSHEET_SHEET_ID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.