feat(provider): makes the provider API non stupid

This commit is contained in:
Thomas Maurice 2024-02-12 17:32:18 +01:00
parent 2ae8c6cca8
commit 86df61986e
Signed by: thomas
GPG key ID: 1D577F50583032A6
7 changed files with 288 additions and 176 deletions

7
pkg/version/version.go Normal file
View file

@ -0,0 +1,7 @@
package version
var (
Version = "master"
BuildTime = "now"
Commit = "master"
)