googlesheets

package
v0.0.0-...-ca48c72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(ctx context.Context, credentialsPath string, scope ...string) (*sheets.Service, error)

Creates new sheets.Service from json credentials and interactive authorization

Types

type GoogleSheetValues

type GoogleSheetValues [][]interface{}

type MySheetRow

type MySheetRow struct {
	Sprint       string `json:"Sprint"`
	Dicipline    string `json:"Dicipline"`
	TicketNumber string `json:"Ticket Number"`
	Title        string `json:"Title"`
	Link         string `json:"Link"`
	Commited     int    `json:"Commited"`
	Dropped      int    `json:"Dropped"`
	Added        int    `json:"Added"`
	Adjusted     int    `json:"Adjusted"`
	CarriedOver  int    `json:"Carried Over"`
	Completed    int    `json:"Completed"`
}

type MySheetRowArray

type MySheetRowArray []MySheetRow

func (MySheetRowArray) Convert

func (m MySheetRowArray) Convert() GoogleSheetValues

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL