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