{"id":40799341,"url":"https://github.com/seefan/microgo","last_synced_at":"2026-01-21T20:42:30.322Z","repository":{"id":57550216,"uuid":"167296028","full_name":"seefan/microgo","owner":"seefan","description":"The Microservice Framework develop by go","archived":false,"fork":false,"pushed_at":"2021-01-09T16:41:27.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T05:10:29.103Z","etag":null,"topics":["go","golang","http","micro","rest"],"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/seefan.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}},"created_at":"2019-01-24T03:25:24.000Z","updated_at":"2024-06-20T05:10:29.104Z","dependencies_parsed_at":"2022-09-26T18:41:44.726Z","dependency_job_id":null,"html_url":"https://github.com/seefan/microgo","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/seefan/microgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fmicrogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fmicrogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fmicrogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fmicrogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seefan","download_url":"https://codeload.github.com/seefan/microgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seefan%2Fmicrogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","golang","http","micro","rest"],"created_at":"2026-01-21T20:42:29.587Z","updated_at":"2026-01-21T20:42:30.304Z","avatar_url":"https://github.com/seefan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microgo\nThe Microservice Framework develop by go\n\n### example\n\n#### main\n\n    package main\n\n    import (\n        \"context\"\n        \"github.com/seefan/microgo/server/httpserver\"\n        \"github.com/seefan/microgo/test\"\n    )\n    \n    func main() {\n        s := httpserver.NewHTTPServer(\"localhost\", 8888)\n        s.Register(\u0026test.TestService{})\n        if err := s.Start(context.Background()); err != nil {\n            println(err.Error())\n        }\n    \n    }\n\n\n#### service\n\n    package test\n    \n    import (\n        \"github.com/seefan/microgo/service\"\n    )\n    \n    type TestService struct {\n    }\n    \n    func (TestService) Hello(entry service.Entry) string {\n        name := entry.Get(\"name\")\n        return \"hello \" + name\n    }\n    func (TestService) Name() string {\n        return \"test\"\n    }\n    func (TestService) Version() string {\n        return \"1.0\"\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseefan%2Fmicrogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseefan%2Fmicrogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseefan%2Fmicrogo/lists"}