Files
2026-02-20 17:30:02 +03:00

9 lines
207 B
Go

package cloudbroker
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v14/pkg/cloudbroker/sep"
// Accessing the SEP method group
func (cb *CloudBroker) SEP() *sep.SEP {
return sep.New(cb.client)
}