Skip to content

Merge libs into a single package (with API changes!)

Compare
Choose a tag to compare
@grafov grafov released this 15 Dec 03:07
· 218 commits to master since this release
  • Library moved out from github.com/grafov/autograf to its own repository github.com/grafana-tools/sdk.
  • Two packages grafana and client merged into a single package called sdk.

Import paths changed! Replace in your applications:

  • github.com/grafov/autograf/grafana -> github.com/grafana-tools/sdk
  • github.com/grafov/autograf/client -> github.com/grafana-tools/sdk
  • rename call of client.New() to sdk.NewClient()
  • client.Instance -> sdk.Client