yggdrasil-go/src/yggdrasil/config/i2p.go

8 lines
88 B
Go
Raw Normal View History

2018-04-19 14:30:40 +00:00
package config
type I2PConfig struct {
Keyfile string
Addr string
Enabled bool
}