8 lignes
168 o
Go
8 lignes
168 o
Go
package config
|
|
|
|
// i2p connectivity config
|
|
type I2PConfig struct {
|
|
Name string `json: "name"`
|
|
Addr string `json: "samaddr"`
|
|
Keyfile string `json: "keyfile"`
|
|
}
|