Documentation
¶
Overview ¶
Package listusers contains integration tests for the ListUsers and StreamedListUsers APIs.
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 users tests.
Types ¶
type ClientInterface ¶
type ClientInterface interface {
check.ClientInterface
ListUsers(ctx context.Context, in *openfgav1.ListUsersRequest, opts ...grpc.CallOption) (*openfgav1.ListUsersResponse, error)
}
Click to show internal directories.
Click to hide internal directories.