fix mod name, added tests

This commit is contained in:
2023-03-20 14:34:39 +01:00
parent ed9b8ba70d
commit b8816f910a
15 changed files with 182 additions and 25 deletions

View File

@@ -30,13 +30,19 @@ type Config struct {
Endpoint string
Debug bool
Retries int
Apikey string
Silent bool
// used for authentication
Apikey string
// upload
Expire string
// list
// used for filtering (list command)
Apicontext string
// required to intercept requests using httpmock in tests
Mock bool
}
func Getversion() string {