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