Files
dynamix-golang-sdk/pkg/cloudapi/sep.go
2026-02-20 17:30:02 +03:00

9 lines
198 B
Go

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