# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewClient initializes new Client defined by OAS.
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
NewOptBreed returns new OptBreed with value set to v.
NewOptCat returns new OptCat with value set to v.
NewOptCreateBreed returns new OptCreateBreed with value set to v.
NewOptCreateBreedEdges returns new OptCreateBreedEdges with value set to v.
NewOptCreateCat returns new OptCreateCat with value set to v.
NewOptCreateCatEdges returns new OptCreateCatEdges with value set to v.
NewOptCreateKittenEdges returns new OptCreateKittenEdges with value set to v.
NewOptDate returns new OptDate with value set to v.
NewOptDateTime returns new OptDateTime with value set to v.
NewOptInt returns new OptInt with value set to v.
NewOptInt64 returns new OptInt64 with value set to v.
NewOptString returns new OptString with value set to v.
NewOptUUID returns new OptUUID 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.
# Structs
Ref: #/components/schemas/Breed.
No description provided by the author
BreedListHeaders wraps BreedList with response headers.
Ref: #/components/schemas/Cat.
No description provided by the author
CatListHeaders wraps CatList with response headers.
Client implements OAS client.
Ref: #/components/schemas/CreateBreed.
No description provided by the author
Ref: #/components/schemas/CreateCat.
No description provided by the author
Ref: #/components/schemas/CreateFatherCat.
Ref: #/components/schemas/CreateKitten.
No description provided by the author
No description provided by the author
DeleteBreedParams is parameters of deleteBreed operation.
No description provided by the author
DeleteCatParams is parameters of deleteCat operation.
No description provided by the author
DeleteFatherCatParams is parameters of deleteFatherCat operation.
No description provided by the author
DeleteKittenParams is parameters of deleteKitten operation.
No description provided by the author
ErrorStatusCode wraps []ErrorItem with StatusCode.
Ref: #/components/schemas/FatherCat.
FatherCatListHeaders wraps FatherCatList with response headers.
No description provided by the author
Ref: #/components/schemas/Kitten.
No description provided by the author
KittenListHeaders wraps KittenList with response headers.
ListBreedParams is parameters of listBreed operation.
ListCatParams is parameters of listCat operation.
ListFatherCatParams is parameters of listFatherCat operation.
ListKittenParams is parameters of listKitten operation.
OptBreed is optional Breed.
OptCat is optional Cat.
OptCreateBreed is optional CreateBreed.
OptCreateBreedEdges is optional CreateBreedEdges.
OptCreateCat is optional CreateCat.
OptCreateCatEdges is optional CreateCatEdges.
OptCreateKittenEdges is optional CreateKittenEdges.
OptDate is optional time.Time.
OptDateTime is optional time.Time.
OptInt is optional int.
OptInt64 is optional int64.
OptString is optional string.
OptUUID is optional uuid.UUID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadBreedParams is parameters of readBreed operation.
ReadCatParams is parameters of readCat operation.
ReadFatherCatParams is parameters of readFatherCat operation.
ReadKittenParams is parameters of readKitten operation.
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
Ref: #/components/schemas/UpdateBreed.
UpdateBreedParams is parameters of updateBreed operation.
Ref: #/components/schemas/UpdateCat.
UpdateCatParams is parameters of updateCat operation.
Ref: #/components/schemas/UpdateFatherCat.
UpdateFatherCatParams is parameters of updateFatherCat operation.
Ref: #/components/schemas/UpdateKitten.
UpdateKittenParams is parameters of updateKitten operation.
# Interfaces
ClientOption is client config option.
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
No description provided by the author
No description provided by the author
No description provided by the author
Handler handles operations described by OpenAPI v3 specification.
Invoker invokes operations described by OpenAPI v3 specification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Option is config option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerOption is server config option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
ErrorHandler is error handler.
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
No description provided by the author
Middleware is middleware type.