jennifer - Generate arbitrary Go code without templates. oapi-codegen - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. typeregistry - A library to create type dynamically.⬆...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.
hidori / docker-oapi-codegen Public Notifications Fork 0 Star 0 Code Pull requests Actions Security Insights New issue Bump golang from 1.23-alpine3.20 to 1.24-alpine3.20 #7 Merged hidori merged 1 commit into main from dependabot/docker/golang-1.24-alpine3.20 Feb 17, 2025 ...
Blocks: golang-github-deepmap-oapi-codegen TreeView+ depends on / blocked Reported: 2023-07-21 16:47 UTC by Robert-André Mauchin 🐧 Modified: 2023-08-28 01:42 UTC (History) CC List: 2 users (show) Fixed In Version: golang-github-gofiber-fiber-2-2.48.0-2.fc39 Doc Typ...
Makefile feat: bump to oapi-codegen v2 Nov 6, 2023 README.md chore: add disclaimer Jan 17, 2023 api.go feat: allow to skip the initial token check Apr 24, 2024 api_test.go feat: allow to skip the initial token check Apr 24, 2024 go.mod build(deps): bump github.com/stretchr/tes...
Proposal Details I'm aware of #63397, but here is a simple approach which I want to use. I want to use "struct" for defining API responses. But the API is so complicated that some of fields in that "struct" are conditionally initialized ...
【2024-09-02】oapi-codegen / oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications 【2024-09-01】substratusai / kubeai - Private Open AI on KubernetesPython【2025-05-15】pirxthepilot / wtfis - Passive hostname, domain and IP lookup tool for non-robots ...
EDIT: since v1.60.0 golangci-lint supports go1.23 🎉 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us, we appreciate it! ️ support-golangci-lint-HD.mp4 Video created by a human ...
Example code: package kata import ( "fmt" "strings" ) func Catalog(s string, article string) string { fmt.Println(strings.ReplaceAll("oink oink oink", "oink", "moo")) return "hi" } Expected result: Test fails but prints "moo moo moo". Ac...
Can be used to notify about new hosts and monitor host online/offline history 【2024-09-02】oapi-codegen / oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications 【2024-09-01】substratusai / kubeai - Private Open AI on KubernetesPython...