meowlib/server.go

9 lines
109 B
Go
Raw Normal View History

2021-10-18 21:05:44 +02:00
package meow
type Server struct {
Name string
PublicKey string
Address string
Port string
}