Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACLServiceClient ¶
ACLServiceClient is an autogenerated mock type for the ACLServiceClient type
func NewACLServiceClient ¶
func NewACLServiceClient(t interface { mock.TestingT Cleanup(func()) }) *ACLServiceClient
NewACLServiceClient creates a new instance of ACLServiceClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ACLServiceClient) Login ¶
func (_m *ACLServiceClient) Login(ctx context.Context, in *pbacl.LoginRequest, opts ...grpc.CallOption) (*pbacl.LoginResponse, error)
Login provides a mock function with given fields: ctx, in, opts
func (*ACLServiceClient) Logout ¶
func (_m *ACLServiceClient) Logout(ctx context.Context, in *pbacl.LogoutRequest, opts ...grpc.CallOption) (*pbacl.LogoutResponse, error)
Logout provides a mock function with given fields: ctx, in, opts
Click to show internal directories.
Click to hide internal directories.