nezha/model/server.go

12 lines
115 B
Go
Raw Normal View History

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