5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-15 03:50:29 +00:00
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
}