6 lines
49 B
Go
6 lines
49 B
Go
package model
|
|
|
|
type Server struct {
|
|
ID string
|
|
}
|
package model
|
|
|
|
type Server struct {
|
|
ID string
|
|
}
|