Files
dynamix-golang-sdk/pkg/cloudapi/sep.go
2025-12-08 16:30:08 +03:00

9 lines
198 B
Go

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