mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-08 12:38:13 -05:00
![UUBulb](/assets/img/avatar_default.png)
* add cron api & refactor alert rule * add nat api * fix swagger * remove unnecessary steps
9 lines
210 B
Go
9 lines
210 B
Go
package model
|
|
|
|
type NATForm struct {
|
|
Name string `json:"name,omitempty"`
|
|
ServerID uint64 `json:"server_id,omitempty"`
|
|
Host string `json:"host,omitempty"`
|
|
Domain string `json:"domain,omitempty"`
|
|
}
|