mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
Bumps the gomod-update group with 2 updates: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [golang.org/x/tools](https://github.com/golang/tools). Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0) Updates `golang.org/x/tools` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-update - dependency-name: golang.org/x/tools dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-update ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| cmd/gotsrpc | ||
| config | ||
| example | ||
| prometheus | ||
| .gitignore | ||
| .golangci.yaml | ||
| .goreleaser.yml | ||
| build.go | ||
| client_test.go | ||
| client.go | ||
| clienterror.go | ||
| code.go | ||
| error.go | ||
| go.go | ||
| go.mod | ||
| go.sum | ||
| gorpc.go | ||
| gotsrpc_test.go | ||
| gotsrpc.go | ||
| http_test.go | ||
| http.go | ||
| httperror.go | ||
| instrumentation_test.go | ||
| instrumentation.go | ||
| LICENSE | ||
| Makefile | ||
| model.go | ||
| monitor.go | ||
| README.md | ||
| responsewriter.go | ||
| servicereader.go | ||
| stats.go | ||
| timeext.go | ||
| transport.go | ||
| typereader.go | ||
| typescript_test.go | ||
| typescript.go | ||
| typscriptclient.go | ||
| unionext.go | ||
Go / TypeScript and Go / Go RPC
Documentation
Please refer to the documentation:
https://www.foomo.org/docs/projects/gotsrpc
Installation
Follow the docs:
https://www.foomo.org/docs/projects/gotsrpc/cli#installation
From source to /usr/local/bin/gotsrpc:
go get github.com/foomo/gotsrpc/v2
cd $GOPATH/src/github.com/foomo/gotsrpc
make install
Release downloads:
https://github.com/foomo/gotsrpc/releases
How to Contribute
Please refer to the CONTRIBUTING details and follow the CODE_OF_CONDUCT and SECURITY guidelines.
License
Distributed under MIT License, please see license file within the code for more details.
