Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartHTTPServer ¶
This starts the public-facing server for market calls.
Types ¶
type RouterMap ¶
type RouterMap map[string]http.HandlerFunc
RouterMap is the map that allows the library user to pass in their own routes
type ServiceDeps ¶ added in v1.25.1
type ServiceDeps struct {
EthSender *message.SenderETH
DealMarket *storage_market.CurioStorageDealMarket
}
Click to show internal directories.
Click to hide internal directories.