discovery/core/net/service.go
2017-06-26 19:10:52 +09:00

7 lines
75 B
Go

package net
type Service struct {
CryptoType string
Name string
}