Make Interface PreDown setting. (#480)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user