head_digit_of_httpheader

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

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

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetFoo200Response

type GetFoo200Response = N200Response

func (GetFoo200Response) VisitGetFooResponse

func (response GetFoo200Response) VisitGetFooResponse(w http.ResponseWriter) error

type GetFooRequestObject

type GetFooRequestObject struct {
}

type GetFooResponseObject

type GetFooResponseObject interface {
	VisitGetFooResponse(w http.ResponseWriter) error
}

type N200Response

type N200Response struct {
	Headers N200ResponseHeaders
}

type N200ResponseHeaders

type N200ResponseHeaders struct {
	N000Foo string
}

type StrictServerInterface

type StrictServerInterface interface {

	// (GET /foo)
	GetFoo(ctx context.Context, request GetFooRequestObject) (GetFooResponseObject, error)
}

StrictServerInterface represents all server handlers.

Jump to

Keyboard shortcuts

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