{"id":13414133,"url":"https://github.com/yaronsumel/filler","last_synced_at":"2026-02-03T20:51:41.843Z","repository":{"id":57497026,"uuid":"87284067","full_name":"yaronsumel/filler","owner":"yaronsumel","description":"fill struct data easily with fill tags","archived":false,"fork":false,"pushed_at":"2017-04-10T08:03:38.000Z","size":20,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T04:07:00.921Z","etag":null,"topics":[],"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/yaronsumel.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":"2017-04-05T08:14:04.000Z","updated_at":"2024-08-08T09:32:01.000Z","dependencies_parsed_at":"2022-09-03T23:50:31.243Z","dependency_job_id":null,"html_url":"https://github.com/yaronsumel/filler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaronsumel/filler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronsumel%2Ffiller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronsumel%2Ffiller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronsumel%2Ffiller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronsumel%2Ffiller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaronsumel","download_url":"https://codeload.github.com/yaronsumel/filler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaronsumel%2Ffiller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29056983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: 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":[],"created_at":"2024-07-30T20:01:58.724Z","updated_at":"2026-02-03T20:51:41.813Z","avatar_url":"https://github.com/yaronsumel.png","language":"Go","funding_links":[],"categories":["Utilities","公用事业公司","實用工具","Utility","实用工具","工具库","工具库`可以提升效率的通用代码库和工具`"],"sub_categories":["Fail injection","Advanced Console UIs","实用程序/Miscellaneous","HTTP Clients","Utility/Miscellaneous","高級控制台界面","高级控制台界面","交流","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","查询语"],"readme":"# filler [![Go Report Card](https://goreportcard.com/badge/github.com/yaronsumel/filler)](https://goreportcard.com/report/github.com/yaronsumel/filler) [![Build Status](https://travis-ci.org/yaronsumel/grapes.svg?branch=master)](https://travis-ci.org/yaronsumel/filler) [![GoDoc](https://godoc.org/github.com/yaronsumel/filler?status.svg)](https://godoc.org/github.com/yaronsumel/filler)\n###### small util to fill gaps in your structs \n\nInstallation\n------\n```bash\n$ go get github.com/yaronsumel/filler\n```\n\n[Usage](https://github.com/yaronsumel/filler/blob/master/example/example.go)\n------\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yaronsumel/filler\"\n)\n\ntype model struct {\n\tUserID   string\n\tUserName string `fill:\"UserNameFiller:UserID\"`\n}\n\nfunc init() {\n\tfiller.RegFiller(\"UserNameFiller\", func(value interface{}) (interface{}, error) {\n\t\treturn \"UserId\" + value.(string), nil\n\t})\n}\n\nfunc main() {\n\tm := \u0026model{\n\t\tUserID: \"123\",\n\t}\n\tfmt.Printf(\"%+v\\n\", m)\n\t// should print `\u0026{UserId:123 UserName:}`\n\tfiller.Fill(m)\n\t// should print `\u0026{UserId:123 UserName:UserId123}`\n\tfmt.Printf(\"%+v\\n\", m)\n}\n\n\n```\n\n\u003e ##### Written and Maintained by [@YaronSumel](https://twitter.com/yaronsumel) #####\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronsumel%2Ffiller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaronsumel%2Ffiller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronsumel%2Ffiller/lists"}