Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpreadsheetService ¶
Types ¶
type SpreadsheetDatastore ¶
type SpreadsheetDatastore struct {
// contains filtered or unexported fields
}
func (*SpreadsheetDatastore) Values ¶
func (d *SpreadsheetDatastore) Values(ctx context.Context, spreadsheetId string, readRange string) (*ValueResponse, error)
type SpreadsheetDatastoreInterface ¶
type SpreadsheetDatastoreInterface interface {
Values(ctx context.Context, spreadsheetId string, readRange string) (*ValueResponse, error)
}
func NewSpreadsheetDatastore ¶
func NewSpreadsheetDatastore(ctx context.Context) (SpreadsheetDatastoreInterface, error)
type ValueResponse ¶
Click to show internal directories.
Click to hide internal directories.