nezha/model/server.go

9 lines
89 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
}