package internal

import "cloud.google.com/go/firestore/internal"

Index

Types

type State

type State struct {
	Capital    string  `firestore:"capital"`
	Population float64 `firestore:"pop"` // in millions
}

State represents a state. [ structDef

Source Files

doc-snippets.go

Version
v0.37.1
Published
Mar 18, 2019
Platform
js/wasm
Imports
4 packages
Last checked
24 minutes ago

Tools for package owners.