Home
last modified time | relevance | path

Searched refs:RequestBodyRef (Results 1 – 22 of 22) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/
H A Drefs.go190 type RequestBodyRef struct { struct
195 var _ jsonpointer.JSONPointable = (*RequestBodyRef)(nil)
197 func (value *RequestBodyRef) MarshalJSON() ([]byte, error) { argument
201 func (value *RequestBodyRef) UnmarshalJSON(data []byte) error { argument
205 func (value *RequestBodyRef) Validate(ctx context.Context) error { argument
212 func (value RequestBodyRef) JSONLookup(token string) (interface{}, error) { argument
H A Drequest_body.go11 type RequestBodies map[string]*RequestBodyRef
13 var _ jsonpointer.JSONPointable = (*RequestBodyRef)(nil)
H A Dopenapi3_test.go280 RequestBody: &RequestBodyRef{
305 RequestBodies: map[string]*RequestBodyRef{
H A Doperation.go32 RequestBody *RequestBodyRef `json:"requestBody,omitempty" yaml:"requestBody,omitempty"`
H A Dinternalize_refs.go103 func (doc *T) addRequestBodyToSpec(r *RequestBodyRef, refNameResolver RefNameResolver) { argument
115 doc.Components.RequestBodies[name] = &RequestBodyRef{Value: r.Value}
H A Dloader.go562 func (loader *Loader) resolveRequestBodyRef(doc *T, component *RequestBodyRef, documentPath *url.UR…
584 var resolved RequestBodyRef
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi2conv/
H A Dopenapi2_conv.go54 doc3.Components.RequestBodies = make(map[string]*openapi3.RequestBodyRef)
170 var reqBodies []*openapi3.RequestBodyRef
213 …pi2.Parameter, consumes []string) (*openapi3.ParameterRef, *openapi3.RequestBodyRef, map[string]*o…
219 return nil, &openapi3.RequestBodyRef{Ref: v3Ref}, nil, nil
252 return nil, &openapi3.RequestBodyRef{Value: result}, nil, nil
337 …map[string]*openapi3.SchemaRef, reqs map[string]bool, consumes []string) *openapi3.RequestBodyRef {
355 return &openapi3.RequestBodyRef{
367 …napi3.RequestBodyRef, formDataSchemas map[string]*openapi3.SchemaRef, components *openapi3.Compone… argument
669 func fromV3RequestBodies(name string, requestBodyRef *openapi3.RequestBodyRef, components *openapi3… argument
953 func FromV3RequestBody(name string, requestBodyRef *openapi3.RequestBodyRef, mediaType *openapi3.Me… argument
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Dutils_test.go122 dict := map[string]*openapi3.RequestBodyRef{
H A Dutils.go175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
H A Dprune.go189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
H A Dcodegen.go463 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef argument
H A Doperations.go499 func GenerateBodyDefinitions(operationID string, bodyOrRef *openapi3.RequestBodyRef) ([]RequestBody… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Dutils_test.go122 dict := map[string]*openapi3.RequestBodyRef{
H A Dutils.go175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
H A Dprune.go189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
H A Dcodegen.go464 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef argument
H A Doperations.go499 func GenerateBodyDefinitions(operationID string, bodyOrRef *openapi3.RequestBodyRef) ([]RequestBody… argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/
H A Dutils_test.go122 dict := map[string]*openapi3.RequestBodyRef{
H A Dutils.go175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
H A Dprune.go189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
H A Dcodegen.go464 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef argument
H A Doperations.go499 func GenerateBodyDefinitions(operationID string, bodyOrRef *openapi3.RequestBodyRef) ([]RequestBody… argument