Skip to content

Instantly share code, notes, and snippets.

@ofonimefrancis
Created September 5, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ofonimefrancis/0cdbf2038e548e352de2781df4b07289 to your computer and use it in GitHub Desktop.
Save ofonimefrancis/0cdbf2038e548e352de2781df4b07289 to your computer and use it in GitHub Desktop.
type Query struct {
Command string
Database string
RetentionPolicy string
Precision string
Chunked bool
ChunkSize int
Parameters map[string]interface{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment