nezha/model/server.go

12 lines
115 B
Go
Raw Normal View History

2019-12-08 10:18:29 -05:00
package model
// Server ..
type Server struct {
Common
Name string
Secret string
2019-12-09 05:14:31 -05:00
Host Host
State State
2019-12-08 10:18:29 -05:00
}