mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00: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
|
|
}
|