mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Removing obsolete struct tags
This commit is contained in:
parent
a270bc9771
commit
11f024a8e7
@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Email string `mapstructure:"email"`
|
||||
Token string `mapstructure:"token"`
|
||||
Email string
|
||||
Token string
|
||||
}
|
||||
|
||||
// Client() returns a new client for accessing cloudflare.
|
||||
|
Loading…
Reference in New Issue
Block a user