Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-google-replayers-devel-0.1.2-3.fc35 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-google-replayers-devel Distribution: Fedora Project
Version: 0.1.2 Vendor: Fedora Project
Release: 3.fc35 Build date: Thu Jul 22 08:47:18 2021
Group: Unspecified Build host: buildvm-a32-19.iad2.fedoraproject.org
Size: 155837 Source RPM: golang-github-google-replayers-0.1.2-3.fc35.src.rpm
Packager: Fedora Project
Url: https://github.com/google/go-replayers
Summary: Go Tools for Recording and Replaying RPCs
This package contains two tools for testing network clients by recording real
interactions with servers, then playing back the server responses later. These
record/replay proxies let you run an "integration" test that accesses a backend
and record the interaction. Subsequent runs of the test can replay the server's
responses without actually contacting the server, turning the integration test
into a fast and inexpensive unit test.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/google/go-replayers

Provides

Requires

License

ASL 2.0

Changelog

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 22 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.2-1
  - Update to 0.1.2
* Mon Aug 10 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.1-2
  - Update martian import path
* Mon Jul 27 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.1-1
  - Update to 0.1.1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Aug 21 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
  - Initial package

Files

/usr/share/doc/golang-github-google-replayers-devel
/usr/share/doc/golang-github-google-replayers-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-google-replayers-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/google
/usr/share/gocode/src/github.com/google/go-replayers
/usr/share/gocode/src/github.com/google/go-replayers/.goipath
/usr/share/gocode/src/github.com/google/go-replayers/CONTRIBUTING.md
/usr/share/gocode/src/github.com/google/go-replayers/README.md
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/doc.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/example_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/fake_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/grpcreplay.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/grpcreplay_test.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay/grpcreplay.pb.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/grpcreplay/grpcreplay.proto
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore/intstore.pb.go
/usr/share/gocode/src/github.com/google/go-replayers/grpcreplay/proto/intstore/intstore.proto
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/README.md
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/httpr.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/cmd/httpr/integration_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/google
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/google/google.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/httpreplay.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/httpreplay_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/converter.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/converter_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/debug.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/log.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/log_test.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/record.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/replay.go
/usr/share/gocode/src/github.com/google/go-replayers/httpreplay/internal/proxy/replay_test.go
/usr/share/licenses/golang-github-google-replayers-devel
/usr/share/licenses/golang-github-google-replayers-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024