good morning!!!!

Skip to content
Snippets Groups Projects
router_chain.go 285 B
Newer Older
  • Learn to ignore specific revisions
  • a's avatar
    a committed
    package jmux
    
    a's avatar
    rpc
    a committed
    
    
    a's avatar
    a committed
    import (
    
    a's avatar
    a committed
    	"gfx.cafe/open/jrpc/pkg/jsonrpc"
    
    a's avatar
    a committed
    )
    
    a's avatar
    a committed
    
    
    a's avatar
    rpc
    a committed
    // ChainHandler is a Handler with support for handler composition and
    // execution.
    
    a's avatar
    a committed
    type ChainHandler = jsonrpc.ChainHandler
    
    a's avatar
    rpc
    a committed
    
    
    a's avatar
    a committed
    // Chain returns a Middlewares type from a slice of middleware handlers.
    
    a's avatar
    a committed
    var Chain = jsonrpc.Chain