Documentation ¶
Index ¶
- func CreateGoogleSheetClient(serviceAccountJsonPath string) (*sheets.Service, error)
- type Columns
- type Record
- type Sheet
- func (s *Sheet) AddRow(session models.Session) error
- func (s *Sheet) ParseHeaders(row []interface{})
- func (s *Sheet) ParseSheet(records *[]Record) error
- func (s *Sheet) SessionFromRow(row []interface{}) (*models.Session, error)
- func (s *Sheet) SessionToRow(session models.Session) []interface{}
- func (s *Sheet) UpdateRow(record Record) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGoogleSheetClient ¶
Types ¶
type Sheet ¶
func (*Sheet) ParseHeaders ¶
func (s *Sheet) ParseHeaders(row []interface{})
func (*Sheet) ParseSheet ¶
func (*Sheet) SessionFromRow ¶
func (*Sheet) SessionToRow ¶
Click to show internal directories.
Click to hide internal directories.