Files

9 lines
202 B
Go
Raw Permalink Normal View History

2026-06-19 17:37:20 +03:00
package cloudbroker
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/sep"
// Accessing the SEP method group
func (cb *CloudBroker) SEP() *sep.SEP {
return sep.New(cb.client)
}