{"id":75317,"library":"go-micro-plugins-v4-config-source-consul","title":"Go Micro Config Source Consul","description":"A Consul config source plugin for the Go Micro framework.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/go-micro/plugins","tags":["micro","consul","config","plugin"],"install":[{"cmd":"go get github.com/go-micro/plugins/v4/config/source/consul","lang":"bash","label":"Install github.com/go-micro/plugins/v4/config/source/consul"}],"dependencies":[],"imports":[{"symbol":"consul","correct":"github.com/go-micro/plugins/v4/config/source/consul"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-micro/plugins/v4/config/source/consul\"\n\t\"go-micro.dev/v4/config\"\n)\n\nfunc main() {\n\tsrc := consul.NewSource(\n\t\tconsul.WithAddress(\"127.0.0.1:8500\"),\n\t\tconsul.WithPrefix(\"myapp\"),\n\t)\n\tconf, _ := config.NewConfig(config.WithSource(src))\n\t_ = conf\n}","lang":"go","description":"Creates a Consul config source for Go Micro."},"warnings":[],"env_vars":null,"search_vec":"'config':3,8,18 'consul':5,7,17 'framework':15 'go':1,13 'micro':2,14,16 'plugin':10,19 'sourc':4,9","created_at":"2026-06-17T19:15:14.795605+00:00","updated_at":"2026-06-17T19:15:14.795605+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-micro/plugins","github":"https://github.com/go-micro/plugins","docs":"https://pkg.go.dev/github.com/go-micro/plugins/v4/config/source/consul#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}