history

package
v0.0.0-...-b369bd0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalStorage

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

func NewLocalStorage

func NewLocalStorage(filename, bucket string) (*LocalStorage, error)

func (*LocalStorage) Append

func (s *LocalStorage) Append(result *bigquery.Result) error

func (*LocalStorage) Close

func (s *LocalStorage) Close() error

func (*LocalStorage) List

func (s *LocalStorage) List() ([]*bigquery.Result, error)

type Storage

type Storage interface {
	Close() error
	Append(result *bigquery.Result) error
	List() ([]*bigquery.Result, error)
}

Jump to

Keyboard shortcuts

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