{"id":21250805,"url":"https://github.com/rss3-network/gatewayflowcontroller","last_synced_at":"2025-03-15T05:21:36.975Z","repository":{"id":228805753,"uuid":"774175605","full_name":"RSS3-Network/gatewayflowcontroller","owner":"RSS3-Network","description":"Flow Controller for Gateway","archived":false,"fork":false,"pushed_at":"2024-08-06T12:43:21.000Z","size":4477,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-21T20:48:41.406Z","etag":null,"topics":["traefik-plugin"],"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/RSS3-Network.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},"funding":{"github":["rss3-network"]}},"created_at":"2024-03-19T04:31:56.000Z","updated_at":"2024-07-24T08:00:55.000Z","dependencies_parsed_at":"2024-03-27T03:22:11.987Z","dependency_job_id":"f951e973-93d3-4bf6-8cfd-9112c0bedda6","html_url":"https://github.com/RSS3-Network/gatewayflowcontroller","commit_stats":null,"previous_names":["rss3-network/gateway-flowcontroller","rss3-network/gatewayflowcontroller"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSS3-Network%2Fgatewayflowcontroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSS3-Network%2Fgatewayflowcontroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSS3-Network%2Fgatewayflowcontroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RSS3-Network%2Fgatewayflowcontroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RSS3-Network","download_url":"https://codeload.github.com/RSS3-Network/gatewayflowcontroller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243686796,"owners_count":20331215,"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":["traefik-plugin"],"created_at":"2024-11-21T03:39:03.008Z","updated_at":"2025-03-15T05:21:36.955Z","avatar_url":"https://github.com/RSS3-Network.png","language":"Go","readme":"# RSS3 Gateway Flow Controller\n\n## About\n\nThis is a Traefik plugin, which controls the inbound traffic, useful for billing related requirements.\n\nWe use this with the [Payment Processor](https://github.com/RSS3-Network/Payment-Processor).\n\nOr you can also develop your own processors.\n\n## Questions\n\n### Why vendor dependencies\n\nAccording to [traefik plugin demo's readme](https://github.com/traefik/plugindemo/blob/8a77aea29f9038903ab44059e2aa42a37ff52752/readme.md?plain=1#L27-L28),\n\n\u003e Plugin dependencies must be [vendored](https://golang.org/ref/mod#vendoring) for each plugin.\n\u003e Vendored packages should be included in the plugin's GitHub repository. ([Go modules](https://blog.golang.org/using-go-modules) are not supported.)\n\nSo we have to push the vendor directory.\n\n### What is the connector\n\nTraefik doesn't like package `unsafe` (which has been widely used in many dependencies), so we have to split a dedicated `connector` to call them, contact with our plugin through `rpc` .\n\n### Why this repo name\n\nLint doesn't like `GatewayFlowController_test` because of mixed camelCase and snake_case.\n\nTraefik doesn't like `plugin` because of unmatched package name.\n\nSo in order to satisfy both of them, we have to use this long piece of word.\n","funding_links":["https://github.com/sponsors/rss3-network"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frss3-network%2Fgatewayflowcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frss3-network%2Fgatewayflowcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frss3-network%2Fgatewayflowcontroller/lists"}