Documentation
¶
Index ¶
- func RetrievalClientJournaler(j journal.Journal, evtType journal.EventType) func(event retrievalmarket.ClientEvent, deal retrievalmarket.ClientDealState)
- func RetrievalProviderJournaler(j journal.Journal, evtType journal.EventType) ...
- func StorageClientJournaler(j journal.Journal, evtType journal.EventType) func(event storagemarket.ClientEvent, deal storagemarket.ClientDeal)
- func StorageProviderJournaler(j journal.Journal, evtType journal.EventType) func(event storagemarket.ProviderEvent, deal storagemarket.MinerDeal)
- type RetrievalClientEvt
- type RetrievalProviderEvt
- type StorageClientEvt
- type StorageProviderEvt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrievalClientJournaler ¶
func RetrievalClientJournaler(j journal.Journal, evtType journal.EventType) func(event retrievalmarket.ClientEvent, deal retrievalmarket.ClientDealState)
RetrievalClientJournaler records journal events from the retrieval client.
func RetrievalProviderJournaler ¶
func RetrievalProviderJournaler(j journal.Journal, evtType journal.EventType) func(event retrievalmarket.ProviderEvent, deal retrievalmarket.ProviderDealState)
RetrievalProviderJournaler records journal events from the retrieval provider.
func StorageClientJournaler ¶
func StorageClientJournaler(j journal.Journal, evtType journal.EventType) func(event storagemarket.ClientEvent, deal storagemarket.ClientDeal)
StorageClientJournaler records journal events from the storage client.
func StorageProviderJournaler ¶
func StorageProviderJournaler(j journal.Journal, evtType journal.EventType) func(event storagemarket.ProviderEvent, deal storagemarket.MinerDeal)
StorageProviderJournaler records journal events from the storage provider.
Types ¶
type RetrievalClientEvt ¶
type RetrievalClientEvt struct {
Event string
Deal retrievalmarket.ClientDealState
}
type RetrievalProviderEvt ¶
type RetrievalProviderEvt struct {
Event string
Deal retrievalmarket.ProviderDealState
}
type StorageClientEvt ¶
type StorageClientEvt struct {
Event string
Deal storagemarket.ClientDeal
}
type StorageProviderEvt ¶
type StorageProviderEvt struct {
Event string
Deal storagemarket.MinerDeal
}
Click to show internal directories.
Click to hide internal directories.