nezha/model/server.go

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