pokt-foundation / dwh-client

Client for fetching data from the data warehouse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grove logo

Data Warehouse Client


Client

Autogenerated using https://github.com/deepmap/oapi-codegen

Pre-Commit Installation

Run the command make init-pre-commit from the repository root.

Once this is done, the following commands will be performed on every commit to the repo and must pass before the commit is allowed:

  • go-fmt - Runs gofmt
  • go-imports - Runs goimports
  • golangci-lint - run golangci-lint run ./...
  • go-critic - run gocritic check ./...
  • go-build - run go build
  • go-mod-tidy - run go mod tidy -v

About

Client for fetching data from the data warehouse.


Languages

Language:Go 91.7%Language:Makefile 8.3%