Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterHandler ¶ added in v1.221.0
func RegisterHandler(mu *http.ServeMux, ma *marshaller.Map)
RegisterHandler for HTTP.
Types ¶
type Errorer ¶ added in v1.218.0
type Errorer[Res any] interface { // Error for this handler. Error(ctx context.Context, err error) *Res // Status code from error. Status(err error) int }
Errorer for HTTP.
type Server ¶ added in v1.164.0
type Server struct {
// contains filtered or unexported fields
}
Server for HTTP.
Click to show internal directories.
Click to hide internal directories.