initial commit
This commit is contained in:
12
internal/metal/providers/emgql/config.go
Normal file
12
internal/metal/providers/emgql/config.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package emgql
|
||||
|
||||
// Config provides configuration for connecting to the Equinix Metal API provider.
|
||||
type Config struct {
|
||||
|
||||
// BaseURL is the baseurl to use when connecting to the Equinix Metal API Provider.
|
||||
BaseURL string
|
||||
}
|
||||
|
||||
func (c Config) Populated() bool {
|
||||
return c.BaseURL != ""
|
||||
}
|
||||
Reference in New Issue
Block a user