9 lines
109 B
Go
9 lines
109 B
Go
|
package meow
|
||
|
|
||
|
type Server struct {
|
||
|
Name string
|
||
|
PublicKey string
|
||
|
Address string
|
||
|
Port string
|
||
|
}
|