nezha/model/server.go
2019-12-08 23:18:29 +08:00

9 lines
89 B
Go

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