v1.12.2
This commit is contained in:
10
pkg/sdn/access_groups.go
Normal file
10
pkg/sdn/access_groups.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package sdn
|
||||
|
||||
import (
|
||||
ag "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/sdn/acsgroups"
|
||||
)
|
||||
|
||||
// Accessing the SDN method group
|
||||
func (sdn *SDN) AccessGroups() *ag.AccessGroups {
|
||||
return ag.New(sdn.client)
|
||||
}
|
||||
Reference in New Issue
Block a user