{"id":41151783,"url":"https://github.com/open-zhy/fn-pipe","last_synced_at":"2026-01-22T19:07:17.075Z","repository":{"id":104788340,"uuid":"190084812","full_name":"open-zhy/fn-pipe","owner":"open-zhy","description":"Functions pipeline for golang","archived":false,"fork":false,"pushed_at":"2025-06-14T18:52:37.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-16T02:55:22.715Z","etag":null,"topics":["functions","golang","pipe"],"latest_commit_sha":null,"homepage":null,"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/open-zhy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-03T21:28:17.000Z","updated_at":"2025-06-14T18:52:40.000Z","dependencies_parsed_at":"2023-06-18T23:20:47.087Z","dependency_job_id":null,"html_url":"https://github.com/open-zhy/fn-pipe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/open-zhy/fn-pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-zhy%2Ffn-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-zhy%2Ffn-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-zhy%2Ffn-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-zhy%2Ffn-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-zhy","download_url":"https://codeload.github.com/open-zhy/fn-pipe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-zhy%2Ffn-pipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"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":["functions","golang","pipe"],"created_at":"2026-01-22T19:04:39.767Z","updated_at":"2026-01-22T19:07:17.065Z","avatar_url":"https://github.com/open-zhy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fn-pipe\n\n[![CircleCI](https://circleci.com/gh/open-zhy/fn-pipe.svg?style=svg)](https://circleci.com/gh/open-zhy/fn-pipe)\n\nFunctions pipeline for golang projects\n\n## Basic Usage\n```go\n    // create the pipeline\n    p, err := NewPipeline(\n    \tfunc(a int) (int, int) { return a + 5, a - 5 }, // fn1\n    \tfunc(a int, b int) int { return a * b },        // fn2\n    )\n    \n    // error checking\n    if err != nil {\n    \tfmt.Fatalf(\"Error while creating pipeline -\u003e %s\", err)\n    }\n    \n    // output the result which should be fn2(fn1(...args))\n    err, res := p.ExecWith(0) // res = [-25]\n```\n\n\n## Contributing\nPlease follow this [link](https://github.com/open-zhy/fn-pipe/blob/master/CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-zhy%2Ffn-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-zhy%2Ffn-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-zhy%2Ffn-pipe/lists"}