Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Revision string
Revision ...
View Source
var Version string
Version ...
Functions ¶
Types ¶
type SheetClient ¶ added in v0.0.1
type SheetClient struct {
// contains filtered or unexported fields
}
SheetClient denotes a Sheets API client
func NewSheetClient ¶ added in v0.0.1
func NewSheetClient(filepath, sheetId string) (*SheetClient, error)
NewSheetClient create a Sheets API client
func (*SheetClient) AppendValues ¶ added in v0.0.1
func (client *SheetClient) AppendValues(text, timestamp string) error
AppendValues appends arguments to a sheet
Click to show internal directories.
Click to hide internal directories.