Documentation ¶
Index ¶
- type ServeMux
- func (m *ServeMux) ConnAddr() string
- func (m *ServeMux) GatewayMux() *runtime.ServeMux
- func (m *ServeMux) HTTPMux() *http.ServeMux
- func (m *ServeMux) Handle(pattern string, handler http.Handler)
- func (m *ServeMux) HandleFunc(pattern string, handler http.HandlerFunc)
- 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 (*ServeMux) GatewayMux ¶
func (*ServeMux) HandleFunc ¶
func (m *ServeMux) HandleFunc(pattern string, handler http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.