Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashpai/consul_go
consul related go code
https://github.com/slashpai/consul_go
Last synced: 9 days ago
JSON representation
consul related go code
- Host: GitHub
- URL: https://github.com/slashpai/consul_go
- Owner: slashpai
- License: mit
- Created: 2020-08-15T08:02:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T12:53:35.000Z (over 4 years ago)
- Last Synced: 2024-04-17T18:18:42.158Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# consul_go
consul related go code.
## Spin up consul cluster
Refer [consul_docker](https://github.com/slashpai/dockerize/tree/master/consul_docker) if you want to spin up a consul cluster for learning consul concepts
## Using code in this repo
First get consul api package
```go
go get github.com/hashicorp/consul/api
``````go
go run
```## References
* https://pkg.go.dev/mod/github.com/hashicorp/consul/api
* https://github.com/hashicorp/consul/tree/v1.0.7/api