Add new resources, extend fields in config
This commit is contained in:
13
pkg/cloudbroker/rg/rg.go
Normal file
13
pkg/cloudbroker/rg/rg.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package rg
|
||||
|
||||
import "github.com/rudecs/decort-sdk/interfaces"
|
||||
|
||||
type RG struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
func New(client interfaces.Caller) *RG {
|
||||
return &RG{
|
||||
client: client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user