added Post Up and Post Down configuration to server interface (#28)
This commit is contained in:
@@ -22,4 +22,6 @@ type ServerInterface struct {
|
||||
Addresses []string `json:"addresses"`
|
||||
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"`
|
||||
PostDown string `json:"post_down"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user