Files
dynamix-golang-sdk/pkg/cloudapi/sep.go

9 lines
198 B
Go
Raw Normal View History

2025-09-26 19:17:30 +03:00
package cloudapi
2025-12-08 16:30:08 +03:00
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/pkg/cloudapi/sep"
2025-09-26 19:17:30 +03:00
// Accessing the SEP method group
func (cb *CloudAPI) SEP() *sep.SEP {
return sep.New(cb.client)
}