package
0.0.0-20250123211610-e19011b973a2
Repository: https://github.com/chromium/hstspreload.org.git
Documentation: pkg.go.dev

# Functions

NewLocalBackend spawns a new LocalBackend using Java.
NewProdBackend constructs a new ProdBackend.

# Structs

LocalBackend represents an emulated Google Cloud Datastore running on localhost.
ProdBackend represents the production instance of Google Cloud Datastore.

# Interfaces

Backend is an abstraction over {Local, Prod}Datastore that allows callers to construct a new client without having to know about whether it's local.