Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: github.com/anyproto/any-sync-coordinator/cafeapi (interfaces: CafeApi)
Generated by this command:
mockgen -destination mock_cafeapi/mock_cafeapi.go github.com/anyproto/any-sync-coordinator/cafeapi CafeApi
Package mock_cafeapi is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCafeApi ¶
type MockCafeApi struct {
// contains filtered or unexported fields
}
MockCafeApi is a mock of CafeApi interface.
func NewMockCafeApi ¶
func NewMockCafeApi(ctrl *gomock.Controller) *MockCafeApi
NewMockCafeApi creates a new mock instance.
func (*MockCafeApi) CheckCafeUserStatus ¶
func (m *MockCafeApi) CheckCafeUserStatus(arg0 context.Context, arg1 string) (cafeapi.UserType, error)
CheckCafeUserStatus mocks base method.
func (*MockCafeApi) EXPECT ¶
func (m *MockCafeApi) EXPECT() *MockCafeApiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCafeApiMockRecorder ¶
type MockCafeApiMockRecorder struct {
// contains filtered or unexported fields
}
MockCafeApiMockRecorder is the mock recorder for MockCafeApi.
func (*MockCafeApiMockRecorder) CheckCafeUserStatus ¶
func (mr *MockCafeApiMockRecorder) CheckCafeUserStatus(arg0, arg1 any) *gomock.Call
CheckCafeUserStatus indicates an expected call of CheckCafeUserStatus.
func (*MockCafeApiMockRecorder) Init ¶
func (mr *MockCafeApiMockRecorder) Init(arg0 any) *gomock.Call
Init indicates an expected call of Init.
func (*MockCafeApiMockRecorder) Name ¶
func (mr *MockCafeApiMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.