csv file change

This commit is contained in:
刘河
2019-03-29 13:31:11 +08:00
parent 58cb05e302
commit cd7f99063c
9 changed files with 120 additions and 257 deletions

View File

@@ -183,6 +183,6 @@ type Host struct {
Flow *Flow
Client *Client
Target *Target //目标
Health
Health `json:"-"`
sync.RWMutex
}