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

8 lines
88 B
Go
Raw Normal View History

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