Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MuxServer ¶ added in v1.0.1
type MuxServer struct { *Option // contains filtered or unexported fields }
func NewMux ¶ added in v1.0.1
func NewMux(ctx context.Context, endpoint string, grpcRegisters []serverGRPC.RegisterGRPC, opts ...OptionFunc) *MuxServer
type OptionFunc ¶
type OptionFunc func(*Option)
func WithHTTPHandler ¶ added in v1.0.1
func WithHTTPHandler(h http.Handler) OptionFunc
type RegisterHTTP ¶
Click to show internal directories.
Click to hide internal directories.