This commit is contained in:
dayterr
2026-04-10 16:47:00 +03:00
parent 0812c5a8af
commit cd67633a52
14 changed files with 418 additions and 62 deletions

10
pkg/sdn/version.go Normal file
View File

@@ -0,0 +1,10 @@
package sdn
import (
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v14/pkg/sdn/version"
)
// Accessing the SDN method group
func (sdn *SDN) Version() *version.Version {
return version.New(sdn.client)
}