Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2021 Changes in this version + type SheetClient struct + func NewSheetClient(filepath, sheetId string) (*SheetClient, error) + func (client *SheetClient) AppendValues(text, timestamp string) error v0.0.0 Sep 6, 2021 Changes in this version + var Revision string + var Version string + func GetTimeFromSlackTimeStamp(ts string) (time.Time, error) + func UpdateSheet(filepath, sheetId, text, timestamp string) error