Files
dynamix-golang-sdk/pkg/cloudapi/sep.go
2026-08-21 18:12:55 +04:00

9 lines
198 B
Go

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