Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router provides a nice api around mux.Router.
func ConfiguredRouter ¶
func ConfiguredRouter( tableland tableland.Tableland, systemService system.SystemService, maxRPI uint64, rateLimInterval time.Duration, supportedChainIDs []tableland.ChainID, ) (*Router, error)
ConfiguredRouter returns a fully configured Router that can be used as an http handler.
Click to show internal directories.
Click to hide internal directories.