/dports/www/gohugo/hugo-0.91.2/vendor/github.com/getkin/kin-openapi/openapi3/ |
H A D | refs.go | 190 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 D | request_body.go | 11 type RequestBodies map[string]*RequestBodyRef 13 var _ jsonpointer.JSONPointable = (*RequestBodyRef)(nil)
|
H A D | openapi3_test.go | 280 RequestBody: &RequestBodyRef{ 305 RequestBodies: map[string]*RequestBodyRef{
|
H A D | operation.go | 32 RequestBody *RequestBodyRef `json:"requestBody,omitempty" yaml:"requestBody,omitempty"`
|
H A D | internalize_refs.go | 103 func (doc *T) addRequestBodyToSpec(r *RequestBodyRef, refNameResolver RefNameResolver) { argument 115 doc.Components.RequestBodies[name] = &RequestBodyRef{Value: r.Value}
|
H A D | loader.go | 562 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 D | openapi2_conv.go | 54 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 D | utils_test.go | 122 dict := map[string]*openapi3.RequestBodyRef{
|
H A D | utils.go | 175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
|
H A D | prune.go | 189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
|
H A D | codegen.go | 463 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef… argument
|
H A D | operations.go | 499 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 D | utils_test.go | 122 dict := map[string]*openapi3.RequestBodyRef{
|
H A D | utils.go | 175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
|
H A D | prune.go | 189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
|
H A D | codegen.go | 464 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef… argument
|
H A D | operations.go | 499 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 D | utils_test.go | 122 dict := map[string]*openapi3.RequestBodyRef{
|
H A D | utils.go | 175 func SortedRequestBodyKeys(dict map[string]*openapi3.RequestBodyRef) []string { argument
|
H A D | prune.go | 189 func walkRequestBodyRef(ref *openapi3.RequestBodyRef, doFn func(RefWrapper) (bool, error)) error { argument
|
H A D | codegen.go | 464 func GenerateTypesForRequestBodies(t *template.Template, bodies map[string]*openapi3.RequestBodyRef… argument
|
H A D | operations.go | 499 func GenerateBodyDefinitions(operationID string, bodyOrRef *openapi3.RequestBodyRef) ([]RequestBody… argument
|