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

refactor(eventlog) integrate into fsrepo

now, eventlogger works wherever the fsrepo is used
This commit is contained in:
Brian Tiger Chow
2015-01-24 01:20:31 -08:00
parent 4b78b535b6
commit 98ad33e005
7 changed files with 67 additions and 85 deletions

View File

@ -23,7 +23,6 @@ type Config struct {
Version Version // local node's version management
Bootstrap []BootstrapPeer // local nodes's bootstrap peers
Tour Tour // local node's tour position
Logs Logs // local node's event log configuration
}
const (