feat(init): First commit
This commit is contained in:
commit
f92368748a
22 changed files with 1298 additions and 0 deletions
8
pkg/providers/configs/ovh.go
Normal file
8
pkg/providers/configs/ovh.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package configs
|
||||
|
||||
type OVHConfig struct {
|
||||
Endpoint string `yaml:"endpoint"`
|
||||
ApplicationKey string `yaml:"application_key"`
|
||||
ApplicationSecret string `yaml:"application_secret"`
|
||||
ConsumerKey string `yaml:"consumer_key"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue