Files
decort-golang-sdk/pkg/cloudbroker/sep.go

9 lines
202 B
Go
Raw Normal View History

2022-12-22 17:56:47 +03:00
package cloudbroker
2023-03-17 12:54:34 +03:00
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/sep"
2022-12-22 17:56:47 +03:00
// Accessing the SEP method group
func (cb *CloudBroker) SEP() *sep.SEP {
return sep.New(cb.client)
}