packageB

package
v1.9.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package packageB provides primitives to interact with the openapi HTTP API.

Code generated by github.com/cparta/oapi-codegen version (devel) DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSwagger

func GetSwagger() (swagger *openapi3.T, err error)

GetSwagger returns the Swagger specification corresponding to the generated code in this file. The external references of Swagger specification are resolved. The logic of resolving external references is tightly connected to "import-mapping" feature. Externally referenced files must be embedded in the corresponding golang packages. Urls can be supported but this task was out of the scope.

func PathToRawSpec

func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)

Constructs a synthetic filesystem for resolving external references when loading openapi specifications.

func RegisterHandlers added in v1.9.3

func RegisterHandlers(router gin.IRouter, si ServerInterface) gin.IRouter

RegisterHandlers creates http.Handler with routing matching OpenAPI spec.

func RegisterHandlersWithOptions added in v1.9.3

func RegisterHandlersWithOptions(router gin.IRouter, si ServerInterface, options GinServerOptions) gin.IRouter

RegisterHandlersWithOptions creates http.Handler with additional options

Types

type GinServerOptions added in v1.9.3

type GinServerOptions struct {
	BaseURL     string
	Middlewares []gin.HandlerFunc
}

GinServerOptions provides options for the Gin server.

type MiddlewareFunc added in v1.9.3

type MiddlewareFunc = gin.HandlerFunc

keeping for backward compatibility

type ObjectB

type ObjectB struct {
	Name *string `json:"name,omitempty"`
}

ObjectB defines model for ObjectB.

type ServerInterface added in v1.9.3

type ServerInterface interface {
}

ServerInterface represents all server handlers.

type ServerInterfaceWrapper added in v1.9.3

type ServerInterfaceWrapper struct {
	Handler ServerInterface
}

ServerInterfaceWrapper converts contexts to parameters.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL