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.
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
Click to show internal directories.
Click to hide internal directories.