1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

feat(fsrepo) add eventlog config to repo/config struct

This commit is contained in:
Brian Tiger Chow
2015-02-02 17:42:54 -08:00
parent d0583768d1
commit 454cd454ea
8 changed files with 31 additions and 14 deletions

View File

@ -24,6 +24,7 @@ type Config struct {
Bootstrap []string // local nodes's bootstrap peer addresses
Tour Tour // local node's tour position
Gateway Gateway // local node's gateway server options
Log Log
}
const (