mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
12 lines
115 B
Go
12 lines
115 B
Go
package model
|
|
|
|
// Server ..
|
|
type Server struct {
|
|
Common
|
|
Name string
|
|
Secret string
|
|
|
|
Host Host
|
|
State State
|
|
}
|