mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
Removing obsolete struct tags
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user