Skip to content

Commit

Permalink
clean up redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Mar 7, 2020
1 parent f9425c8 commit f72edf5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 106 deletions.
19 changes: 0 additions & 19 deletions v5/.travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions v5/CODE_OF_CONDUCT.md

This file was deleted.

3 changes: 0 additions & 3 deletions v5/Dockerfile

This file was deleted.

22 changes: 6 additions & 16 deletions v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,19 @@ You may need to explicitly install dependencies for this to work

## Client library

`ari-proxy` uses semantic versioning and [dep](https://github.com/golang/dep).
To use it in your own Go package, simply reference the
`github.com/CyCoreSystems/ari-proxy/client` package, and your dependency management
tool should be able to manage it.

For manual dependency management:

```
go get github.com/CyCoreSystems/ari-proxy
cd $GOPATH/github.com/CyCoreSystems/ari-proxy
dep ensure
```

`master` should be the latest stable, so a simple `go get` is required:
`ari-proxy` uses semantic versioning and standard Go modules. To use it in your
own Go package, simply reference the
`github.com/CyCoreSystems/ari-proxy/client/v5` package, and your dependency
management tool should be able to manage it.

### Usage

Connecting the client to NATS is simple:

```go
import (
"github.com/CyCoreSystems/ari"
"github.com/CyCoreSystems/ari-proxy/client"
"github.com/CyCoreSystems/ari/v5"
"github.com/CyCoreSystems/ari-proxy/v5/client"
)

func connect(ctx context.Context, appName string) (ari.Client,error) {
Expand Down
8 changes: 0 additions & 8 deletions v5/ari-proxy.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions v5/ci_release.sh

This file was deleted.

2 changes: 0 additions & 2 deletions v5/docker_login

This file was deleted.

0 comments on commit f72edf5

Please sign in to comment.