Documentation ¶
Index ¶
- Variables
- func Export(ctx context.Context, kind string, w io.Writer, option *ExportOption) error
- func GetRemoteContext(ctx context.Context, host string, namespace string, keyfile string) (context.Context, error)
- func Import(ctx context.Context, kind string, r io.Reader, option *ImportOption) (int, error)
- type ExportOption
- type ImportOption
- type Iterator
- type Row
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultExportOption = &ExportOption{}
View Source
var DefaultImportOption = &ImportOption{}
View Source
var ErrNoRemoteAPIKeyIsConfigured = fmt.Errorf("no GOOGLE_APPLICATION_CREDENTIALS environment key is configured")
Functions ¶
func GetRemoteContext ¶
Types ¶
type ExportOption ¶
type ExportOption struct { }
type ImportOption ¶
Click to show internal directories.
Click to hide internal directories.