mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-10 07:48:14 -04:00
9 lines
89 B
Go
9 lines
89 B
Go
![]() |
package model
|
||
|
|
||
|
// Server ..
|
||
|
type Server struct {
|
||
|
Common
|
||
|
Name string
|
||
|
Secret string
|
||
|
}
|