Make Interface PreDown setting. (#480)

This commit is contained in:
nebulosa2007
2023-12-25 22:23:51 +03:00
committed by GitHub
parent af7742bfb3
commit c8623082fe
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"`
}