Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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