mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 04:34:30 +08:00
* add gw apis, move relays into CE * set gw field on relay and ingress creation * add gw handlers to relay and ingress apis * if node is inetgw and gw add dns * remove pro check on relays * fetch node before updating
9 lines
100 B
Go
9 lines
100 B
Go
package models
|
|
|
|
type CreateGwReq struct {
|
|
IngressRequest
|
|
RelayRequest
|
|
}
|
|
|
|
type DeleteGw struct {
|
|
}
|