{"id":21652245,"url":"https://github.com/creack/aef","last_synced_at":"2025-10-11T22:26:19.858Z","repository":{"id":25839718,"uuid":"29279208","full_name":"creack/aef","owner":"creack","description":"Configuration variables management","archived":false,"fork":false,"pushed_at":"2015-01-16T18:58:18.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-25T05:44:33.628Z","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/creack.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":"2015-01-15T03:36:49.000Z","updated_at":"2024-08-24T23:40:57.000Z","dependencies_parsed_at":"2022-08-24T14:14:49.072Z","dependency_job_id":null,"html_url":"https://github.com/creack/aef","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creack%2Faef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creack%2Faef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creack%2Faef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creack%2Faef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creack","download_url":"https://codeload.github.com/creack/aef/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244547604,"owners_count":20470103,"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":[],"created_at":"2024-11-25T07:53:52.645Z","updated_at":"2025-10-11T22:26:14.830Z","avatar_url":"https://github.com/creack.png","language":"Go","readme":"# aef\nConfiguration variables management\n\n## Example\n\n```go\npackage main\n\nimport \"github.com/creack/aef\"\n\n// MailgunArgs represent the Mailgun configuration\ntype MailgunArgs struct {\n        Domain    string `json:\"domain\" aef:\"domain\" aef_usage:\"mailgun domain\"`\n        APIKey    string `json:\"api_key\" aef:\"api-key\"`\n        PublicKey string `json:\"public_key\" aef:\"public-key\"`\n        TplFile   string `json:\"tpl_file\" aef:\"tpl-file\"`\n}\n\nfunc main() {\n        mga := \u0026MailgunArgs{}\n        if err := aef.Load(mga, \"~/.mailgun.json\"); err != nil {\n                log.Fatal(err)\n        }\n\tfmt.Printf(\"% #v\\n\", mga)\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreack%2Faef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreack%2Faef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreack%2Faef/lists"}