Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build string
Build holds the date bin was released
View Source
var RootCmd = &cobra.Command{ Use: "fireql", Short: "FireQL: Query Firestore using SQL syntax.", Long: `FireQL is Go library and interactive CLI tool to query Google Firestore resources using SQL syntax.`, SilenceErrors: true, SilenceUsage: true, Run: runCommand, Version: fmt.Sprintf("%s (%s)\n", Version, Build), }
View Source
var Version string
Version is the version for fireql
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.