sheet

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client consists of resources needed for querying gitiles and gerrit.

func NewClient

func NewClient(ctx context.Context, hc *http.Client) (*Client, error)

NewClient produces a new client using only simple types available in a command line context

func (*Client) Get

func (c *Client) Get(ctx context.Context, sheet string, ranges []string) (*sheets.Spreadsheet, error)

Get returns the content of a spreadsheet's range

type ClientInterface

type ClientInterface interface {
	Get(ctx context.Context, sheetID string, ranges []string) (*sheets.Spreadsheet, error)
}

ClientInterface is the public API of a Google spreadsheet client git client

Jump to

Keyboard shortcuts

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