mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-15 03:50:29 +00:00
8 lines
88 B
Go
8 lines
88 B
Go
|
package config
|
||
|
|
||
|
type I2PConfig struct {
|
||
|
Keyfile string
|
||
|
Addr string
|
||
|
Enabled bool
|
||
|
}
|