package
Version:
v0.0.0-...-bbfb983
Opens a new window with list of versions in this module.
Published: Mar 1, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
GCP_PROJECT_ID = "prj-zeld-gke"
SPANNER_INSTANCE = "spaceagon-demo"
SPANNER_DATABASE = "spaceagon-db-demo"
)
type Player struct {
Name string `json:"name"`
Score int64 `json:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.