Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAllTests ¶
func RunAllTests(t *testing.T, client ClientInterface)
RunAllTests will invoke all list objects tests
Types ¶
type ClientInterface ¶
type ClientInterface interface {
check.ClientInterface
ListObjects(ctx context.Context, in *pb.ListObjectsRequest, opts ...grpc.CallOption) (*pb.ListObjectsResponse, error)
StreamedListObjects(ctx context.Context, in *pb.StreamedListObjectsRequest, opts ...grpc.CallOption) (pb.OpenFGAService_StreamedListObjectsClient, error)
}
ClientInterface defines interface for running ListObjects and StreamedListObjects tests
Click to show internal directories.
Click to hide internal directories.