feat(provider): makes the provider API non stupid
This commit is contained in:
parent
2ae8c6cca8
commit
86df61986e
7 changed files with 288 additions and 176 deletions
7
pkg/version/version.go
Normal file
7
pkg/version/version.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package version
|
||||
|
||||
var (
|
||||
Version = "master"
|
||||
BuildTime = "now"
|
||||
Commit = "master"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue