yggdrasil-go/src/yggdrasil/config/i2p.go
2018-04-19 10:30:40 -04:00

8 lines
88 B
Go

package config
type I2PConfig struct {
Keyfile string
Addr string
Enabled bool
}