remove yaml provider
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-25 19:43:56 +03:00
parent 11c3c3e5f8
commit d5b5103f40
10 changed files with 31 additions and 229 deletions

View File

@@ -39,8 +39,6 @@ type Read struct {
Assert func(t *testing.T, v config.Value)
}
const ConfigJSON = `{"duration":1260000000000,"enabled":true}`
type Config struct {
Duration time.Duration
Enabled bool