Update to api 1.0.1 and sdk 0.1.8

This commit is contained in:
Jeff Mitchell
2019-04-15 14:10:07 -04:00
parent 54360375c0
commit 8054cc660f
94 changed files with 153 additions and 2802 deletions

View File

@@ -9,7 +9,7 @@ import (
)
func main() {
apiClientMeta := &api.APIClientMeta{}
apiClientMeta := &api.PluginAPIClientMeta{}
flags := apiClientMeta.FlagSet()
flags.Parse(os.Args[1:])