nezha/model/server.go
2019-12-09 18:14:31 +08:00

12 lines
115 B
Go

package model
// Server ..
type Server struct {
Common
Name string
Secret string
Host Host
State State
}