36cdab206
1 2 3 4 5 6 7 8 9 10 11
package eth import "container/list" type PeerListEvent struct { Peers *list.List } type ChainSyncEvent struct { InSync bool }