Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-deepmap-oapi-codegen-devel | Distribution: Fedora Project |
Version: 1.13.0 | Vendor: Fedora Project |
Release: 1.fc39 | Build date: Wed Aug 23 19:20:51 2023 |
Group: Unspecified | Build host: buildvm-x86-26.iad2.fedoraproject.org |
Size: 1412335 | Source RPM: golang-github-deepmap-oapi-codegen-1.13.0-1.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/deepmap/oapi-codegen | |
Summary: Generate Go client and server boilerplate from OpenAPI 3 specifications |
Generate Go client and server boilerplate from OpenAPI 3 specifications. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/deepmap/oapi-codegen
Apache-2.0
* Wed Aug 23 2023 Robert-André Mauchin <[email protected]> - 1.13.0-1 - Initial import * Mon Jul 31 2023 Tomas Hrcka <[email protected]> - 1.8.2-7 - Unretirement request: https://pagure.io/releng/issue/11583 * Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.8.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G <[email protected]> - 1.8.2-4 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Sat Jun 18 2022 Robert-André Mauchin <[email protected]> - 1.8.2-3 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
/usr/share/doc/golang-github-deepmap-oapi-codegen-devel /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/README.md /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/README.md /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/api.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/api/api.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/api/config.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/api/doc.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/main.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/server /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/server/fake_jws.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/server/jwt_authenticator.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/server/server.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/authenticated-api/echo/server/server_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/custom-client-type /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/custom-client-type/api.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/custom-client-type/cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/custom-client-type/custom-client-type.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/custom-client-type/doc.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/README.md /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/api/cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/api/petstore.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/chi/petstore_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/models /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/models.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/models/models.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/petstore-server.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/api/server.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/echo/petstore_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api/petstore-server.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api/petstore-types.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api/server.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/api/types.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/fiber/petstore_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api/petstore-server.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api/petstore-types.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api/server.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/api/types.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gin/petstore_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/api/cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/api/petstore.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/gorilla/petstore_test.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/internal /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/internal/config.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/internal/doc.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/petstore-client.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/petstore-expanded.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api/petstore-server.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api/petstore-types.gen.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api/server.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/api/types.cfg.yaml /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/petstore.go /usr/share/doc/golang-github-deepmap-oapi-codegen-devel/examples/petstore-expanded/strict/petstore_test.go /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/deepmap /usr/share/gocode/src/github.com/deepmap/oapi-codegen /usr/share/gocode/src/github.com/deepmap/oapi-codegen/.goipath /usr/share/gocode/src/github.com/deepmap/oapi-codegen/README.md /usr/share/gocode/src/github.com/deepmap/oapi-codegen/cmd /usr/share/gocode/src/github.com/deepmap/oapi-codegen/cmd/oapi-codegen /usr/share/gocode/src/github.com/deepmap/oapi-codegen/cmd/oapi-codegen/oapi-codegen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/cmd/oapi-codegen/oapi-codegen_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/examples /usr/share/gocode/src/github.com/deepmap/oapi-codegen/examples/authenticated-api /usr/share/gocode/src/github.com/deepmap/oapi-codegen/examples/authenticated-api/README.md /usr/share/gocode/src/github.com/deepmap/oapi-codegen/examples/petstore-expanded /usr/share/gocode/src/github.com/deepmap/oapi-codegen/examples/petstore-expanded/README.md /usr/share/gocode/src/github.com/deepmap/oapi-codegen/go.mod /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of/v1 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of/v1/openapi.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of/v2 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/all_of/v2/openapi.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/any_of /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/any_of/param /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/any_of/param/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/any_of/param/param.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/any_of/param/param_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/client /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/client/client.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/client/client_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/client/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/components /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/components/components.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/components/components_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/components/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/externalref.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/imports_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageA /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageA/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageA/externalref.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageB /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageB/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/externalref/packageB/externalref.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-312 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-312/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-312/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-312/issue_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-52 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-52/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-52/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-52/issue_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-579 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-579/gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-579/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-579/issue_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-832 /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-832/generate.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-832/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-grab_import_names /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-grab_import_names/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-grab_import_names/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-grab_import_names/issue_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-httpheader /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-httpheader/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-httpheader/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-operation-id /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-operation-id/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-head-digit-of-operation-id/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-illegal_enum_names /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-illegal_enum_names/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-illegal_enum_names/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-illegal_enum_names/issue_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/gen /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/gen/spec_base /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/gen/spec_base/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/gen/spec_ext /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/issues/issue-removed-external-ref/gen/spec_ext/issue.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/parameters /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/parameters/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/parameters/parameters.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/parameters/parameters_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/schemas /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/schemas/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/schemas/schemas.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/server /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/server/doc.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/server/server.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/server/server_moq.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/server/server_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/chi /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/chi/server.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/chi/server.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/chi/types.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/client /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/client/client.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/client/client.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/echo /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/echo/server.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/echo/server.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/echo/types.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/fiber /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/fiber/server.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/fiber/server.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/fiber/types.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/gin /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/gin/server.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/gin/server.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/internal/test/strict-server/gin/types.gen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/chi-middleware /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/chi-middleware/oapi_validate.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/chi-middleware/oapi_validate_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/codegen.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/codegen_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/configuration.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/extension.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/extension_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/filter.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/filter_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/inline.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/merge_schemas.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/merge_schemas_v1.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/operations.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/operations_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/prune.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/prune_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/schema.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/template_helpers.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/utils.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/codegen/utils_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/ecdsafile /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/ecdsafile/ecdsafile.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/fiber-middleware /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/fiber-middleware/oapi_validate.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/fiber-middleware/oapi_validate_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/gin-middleware /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/gin-middleware/oapi_validate.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/gin-middleware/oapi_validate_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/middleware /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/middleware/oapi_validate.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/middleware/oapi_validate_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bind.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindform.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindform_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindparam.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindparam_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindstring.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/bindstring_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/deepobject.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/deepobject_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/jsonmerge.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/jsonmerge_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/strictmiddleware.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/styleparam.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/runtime/styleparam_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/securityprovider /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/securityprovider/securityprovider.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/securityprovider/securityprovider_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/testutil /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/testutil/request_helpers.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/testutil/response_handlers.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/date.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/date_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/email.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/email_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/file.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/file_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/regexes.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/uuid.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/types/uuid_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util/inputmapping.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util/inputmapping_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util/isjson.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util/isjson_test.go /usr/share/gocode/src/github.com/deepmap/oapi-codegen/pkg/util/loader.go /usr/share/licenses/golang-github-deepmap-oapi-codegen-devel /usr/share/licenses/golang-github-deepmap-oapi-codegen-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 22:15:25 2024