Documentation ¶
Overview ¶
Package snowflake is a generated GoMock package.
Index ¶
Constants ¶
View Source
const (
// Service_Gen_FullMethodName is the full name of the method [service.Gen].
Service_Gen_FullMethodName = "github.com/go-kod/kod-mono/internal/domain/snowflake/Service.Gen"
)
Full method names for components.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface.
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance.
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockServiceGenCall ¶
MockServiceGenCall wrap *gomock.Call
func (*MockServiceGenCall) Do ¶
func (c *MockServiceGenCall) Do(f func(context.Context, *GenReq) (*GenRes, error)) *MockServiceGenCall
Do rewrite *gomock.Call.Do
func (*MockServiceGenCall) DoAndReturn ¶
func (c *MockServiceGenCall) DoAndReturn(f func(context.Context, *GenReq) (*GenRes, error)) *MockServiceGenCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockServiceGenCall) Return ¶
func (c *MockServiceGenCall) Return(arg0 *GenRes, arg1 error) *MockServiceGenCall
Return rewrite *gomock.Call.Return
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService.
func (*MockServiceMockRecorder) Gen ¶
func (mr *MockServiceMockRecorder) Gen(ctx, arg1 any) *MockServiceGenCall
Gen indicates an expected call of Gen.
Click to show internal directories.
Click to hide internal directories.