Make Interface PreDown setting.

This commit is contained in:
Nebulosa 2023-11-04 13:21:03 +03:00
parent b55543f424
commit b179a1d938
3 changed files with 10 additions and 1 deletions

View file

@ -23,5 +23,6 @@ type ServerInterface struct {
ListenPort int `json:"listen_port,string"` // ,string to get listen_port string input as int
UpdatedAt time.Time `json:"updated_at"`
PostUp string `json:"post_up"`
PreDown string `json:"pre_down"`
PostDown string `json:"post_down"`
}