//
pkg.gl
Category
github.com/kubernetes-csi/csi-test/v5
utils
package
5.3.1
Repository:
https://github.com/kubernetes-csi/csi-test.git
Documentation:
pkg.go.dev
Overview
Versions
6
Dependencies
10
Dependents
2
Files
68 SLOC
#
Functions
Connect
Connect address by grpc.
Protobuf
Protobuf returns a Matcher that relies upon proto.Equal to compare Protobuf messages Example usage with mocked request: example.EXPECT().ExampleRequest(Protobuf(requestMsg)).Return(responseMsg, nil).AnyTimes().
#
Structs
ProtobufMatcher
No description provided by the author
SafeGoroutineTester
SafeGoroutineTester is an implementation of the mock ..