{"id":26685428,"url":"https://github.com/goapt/acm","last_synced_at":"2025-07-19T23:10:01.066Z","repository":{"id":57597589,"uuid":"377751247","full_name":"goapt/acm","owner":"goapt","description":"acm client for golang","archived":false,"fork":false,"pushed_at":"2021-06-18T03:46:39.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T10:15:59.251Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goapt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-17T08:00:25.000Z","updated_at":"2021-06-18T03:46:27.000Z","dependencies_parsed_at":"2022-08-28T09:10:48.495Z","dependency_job_id":null,"html_url":"https://github.com/goapt/acm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/goapt/acm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Facm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Facm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Facm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Facm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goapt","download_url":"https://codeload.github.com/goapt/acm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goapt%2Facm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266039009,"owners_count":23867815,"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":"2025-03-26T10:16:02.942Z","updated_at":"2025-07-19T23:10:01.047Z","avatar_url":"https://github.com/goapt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACM SDK for Golang\n\n```go\nconf := nacos.NewAcm(func(c *NacosConfig) {\n    c.EndPoint = \"acm.aliyun.com\"\n    c.SpasAccessKey = \"xxxxx\"\n    c.SpasSecretKey = \"xxxxxxxxxx\"\n    c.PollTime = 20*time.Second // 设置监听轮询周期，默认10秒\n})\n\n// 异步监听配置\nconf.ListenAsync(\"8b073ff4-1e58-41e9-ae72-37f8736bc9d4\", \"DEFAULT_GROUP\", \"test\", func(cnf string) {\n\t// 重启程序\n    os.Exit(1)\n})\n\n// 同步获取配置\nconf.Get(\"8b073ff4-1e58-41e9-ae72-37f8736bc9d4\", \"DEFAULT_GROUP\", \"test\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Facm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoapt%2Facm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoapt%2Facm/lists"}