9 lines
89 B
Go
9 lines
89 B
Go
package model
|
|
|
|
// Server ..
|
|
type Server struct {
|
|
Common
|
|
Name string
|
|
Secret string
|
|
}
|