Documentation ¶
Overview ¶
Package head_digit_of_operation_id provides primitives to interact with the openapi HTTP API.
Code generated by github.com/do87/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 N3GPPFooRequestObject ¶
type N3GPPFooRequestObject struct { }
type N3GPPFooResponseObject ¶
type N3GPPFooResponseObject interface {
VisitN3GPPFooResponse(w http.ResponseWriter) error
}
type StrictServerInterface ¶
type StrictServerInterface interface { // (GET /3gpp/foo) N3GPPFoo(ctx context.Context, request N3GPPFooRequestObject) (N3GPPFooResponseObject, error) }
StrictServerInterface represents all server handlers.
Click to show internal directories.
Click to hide internal directories.