Files
dynamix-golang-sdk/pkg/sdn/access_groups.go

11 lines
215 B
Go
Raw Normal View History

2026-06-19 17:42:24 +03:00
package sdn
import (
ag "repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/pkg/sdn/acsgroups"
)
// Accessing the SDN method group
func (sdn *SDN) AccessGroups() *ag.AccessGroups {
return ag.New(sdn.client)
}