Files
nezha_domains/model/server.go
T

9 lines
89 B
Go

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