mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 05:04:27 +08:00
10 lines
113 B
Go
10 lines
113 B
Go
package models
|
|
|
|
type CreateGwReq struct {
|
|
IngressRequest
|
|
RelayRequest
|
|
InetNodeReq
|
|
}
|
|
|
|
type DeleteGw struct {
|
|
}
|