Removing obsolete struct tags
This commit is contained in:
parent
a270bc9771
commit
11f024a8e7
|
@ -8,8 +8,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Email string `mapstructure:"email"`
|
Email string
|
||||||
Token string `mapstructure:"token"`
|
Token string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client() returns a new client for accessing cloudflare.
|
// Client() returns a new client for accessing cloudflare.
|
||||||
|
|
Loading…
Reference in New Issue