Files
dynamix-golang-sdk/pkg/sdn/routers/gateaway_port.go

11 lines
234 B
Go
Raw Normal View History

2025-11-14 17:59:31 +03:00
package routers
import (
2026-08-21 18:12:55 +04:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v16/pkg/sdn/routers/gwport"
2025-11-14 17:59:31 +03:00
)
// Accessing the routers gateway port method group
func (r *Routers) GWPort() *gwport.GWPort {
return gwport.New(r.client)
}