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 (
2025-12-08 16:30:08 +03:00
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v13/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)
}