MCPcopy Create free account
hub / github.com/eth-easl/dirigent / Multiplexer

Struct Multiplexer

workload/http_workload.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type Multiplexer struct {
132 handlers map[string]func(w http.ResponseWriter, r *http.Request)
133 Handler http.HandlerFunc
134}
135
136func NewMultiplexer() *Multiplexer {
137 multiplexer := &Multiplexer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected