{"id":26685427,"url":"https://github.com/goapt/gee","last_synced_at":"2025-04-12T15:50:23.490Z","repository":{"id":38305415,"uuid":"191687680","full_name":"goapt/gee","owner":"goapt","description":"Golang framework based on Gin, using Protobuf and Google API to generater","archived":false,"fork":false,"pushed_at":"2024-03-13T23:03:44.000Z","size":586,"stargazers_count":3,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T10:15:58.104Z","etag":null,"topics":["framework","gin","golang","googleapis","protobuf"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goapt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T03:55:23.000Z","updated_at":"2024-01-12T18:09:29.000Z","dependencies_parsed_at":"2023-09-28T10:04:58.296Z","dependency_job_id":"3e908884-5517-4c9c-bb9e-3fc04137b836","html_url":"https://github.com/goapt/gee","commit_stats":{"total_commits":214,"total_committers":6,"mean_commits":"35.666666666666664","dds":0.5046728971962617,"last_synced_commit":"6fd4cd75caed27d886ac827c468c4e85fc901964"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Fgee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goapt","download_url":"https://codeload.github.com/goapt/gee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248591871,"owners_count":21130136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","gin","golang","googleapis","protobuf"],"created_at":"2025-03-26T10:16:02.769Z","updated_at":"2025-04-12T15:50:23.465Z","avatar_url":"https://github.com/goapt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"gee.png\"/\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://github.com/goapt/gee/actions\"\u003e\u003cimg src=\"https://github.com/goapt/gee/workflows/build/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/goapt/gee\"\u003e\u003cimg src=\"https://codecov.io/gh/goapt/gee/branch/master/graph/badge.svg\" alt=\"codecov\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/goapt/gee\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/goapt/gee\" alt=\"Go Report Card\n\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pkg.go.dev/github.com/goapt/gee\"\u003e\u003cimg src=\"https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white\u0026style=flat-square\" alt=\"GoDoc\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/mit-license.php\" rel=\"nofollow\"\u003e\u003cimg src=\"https://badges.frapsoft.com/os/mit/mit.svg?v=103\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eGee is base on gin framework\u003c/h3\u003e\n\n## Usage\n\n```go\nimport \"github.com/goapt/gee\"\n\nrouter := gee.Default()\n\nrouter.GET(\"/\", func(c *gee.Context) error {\n    return c.String(\"hello\")\n})\n\n```\n\n\n## Proto API tools\n\n```\ngo install github.com/goapt/gee/cmd/protoc-gen-go-gee-errors\ngo install github.com/goapt/gee/cmd/protoc-gen-go-gee-http\n```\n\ngenerate error\n```shell\n    protoc --proto_path=. --proto_path=../third_party \\\n    --go_out=paths=source_relative:. \\\n    --go-gee-errors_out=paths=source_relative:. \\\n    ./proto/demo/v1/error_reason.proto\n```\n\ngenerate http\n```shell\n    protoc --proto_path=. --proto_path=../third_party \\\n    --go_out=paths=source_relative:. \\\n    --go-gee-http_out=paths=source_relative:. \\\n    ./proto/demo/v1/demo.proto\n```\n\nFor example: `/example`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Fgee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoapt%2Fgee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Fgee/lists"}