Documentation ¶ Index ¶ type ServeMux func NewServeMux(rpcPort, gatewayPort uint16, metrics bool) (*ServeMux, error) func (m *ServeMux) ConnAddr() string func (m *ServeMux) GatewayMux() *runtime.ServeMux func (m *ServeMux) HTTPMux(comp string) service.HttpHandler func (m *ServeMux) RPCServer() *grpc.Server func (m *ServeMux) Serve() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ServeMux ¶ type ServeMux struct { // contains filtered or unexported fields } func NewServeMux ¶ func NewServeMux(rpcPort, gatewayPort uint16, metrics bool) (*ServeMux, error) func (*ServeMux) ConnAddr ¶ func (m *ServeMux) ConnAddr() string func (*ServeMux) GatewayMux ¶ func (m *ServeMux) GatewayMux() *runtime.ServeMux func (*ServeMux) HTTPMux ¶ func (m *ServeMux) HTTPMux(comp string) service.HttpHandler func (*ServeMux) RPCServer ¶ func (m *ServeMux) RPCServer() *grpc.Server func (*ServeMux) Serve ¶ func (m *ServeMux) Serve() Source Files ¶ View all Source files http_mux.go serve_mux.go Click to show internal directories. Click to hide internal directories.