Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter interface { // Log appends a line to the report buffer. Reporter will not write lines // until Reporter.Flush is called. Log(context.Context, string) // Flush flushes the report buffer. Flush(context.Context) error }
Reporter reports lines.
func NewSheetsReporter ¶
NewSheetsReporter creates a reporter to store logs to a spreadsheet with a default credential.
Click to show internal directories.
Click to hide internal directories.