package
0.0.0-20230913015246-1d588150cabc
Repository: https://github.com/ogen-go/ent2ogen.git
Documentation: pkg.go.dev
# Functions
NewClient initializes new Client defined by OAS.
NewNilInt64 returns new NilInt64 with value set to v.
NewServer creates new Server.
WithClient specifies http client to use.
WithErrorHandler specifies error handler to use.
WithMaxMultipartMemory specifies limit of memory for storing file parts.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithMethodNotAllowed specifies Method Not Allowed handler to use.
WithMiddleware specifies middlewares to use.
WithNotFound specifies Not Found handler to use.
WithPathPrefix specifies server path prefix.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client implements OAS client.
GetKeyboardParams is parameters of getKeyboard operation.
Ref: #/components/schemas/Keyboard.
Ref: #/components/schemas/Keycaps.
NilInt64 is nullable int64.
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
Ref: #/components/schemas/Switches.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
# Interfaces
ClientOption is client config option.
Handler handles operations described by OpenAPI v3 specification.
Option is config option.
ServerOption is server config option.
# Type aliases
ErrorHandler is error handler.
No description provided by the author
Middleware is middleware type.
No description provided by the author