Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doer ¶
type Doer interface {
Do(opts ...googleapi.CallOption) (*sheets.ValueRange, error)
}
type GoogleSheets ¶
type GoogleSheets struct {
// contains filtered or unexported fields
}
func NewGoogleSheets ¶
func NewGoogleSheets(d Doer) *GoogleSheets
Click to show internal directories.
Click to hide internal directories.