Files
dynamix-golang-sdk/pkg/cloudapi/sep.go
2025-09-27 01:06:15 +03:00

9 lines
198 B
Go

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