v9.0.0
This commit is contained in:
8
pkg/cloudbroker/sep.go
Normal file
8
pkg/cloudbroker/sep.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cloudbroker
|
||||
|
||||
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/pkg/cloudbroker/sep"
|
||||
|
||||
// Accessing the SEP method group
|
||||
func (cb *CloudBroker) SEP() *sep.SEP {
|
||||
return sep.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user