Documentation ¶
Overview ¶
Package mock_baseiface is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IGoLogger ¶
type IGoLogger interface { Info(v ...interface{}) Debug(v ...interface{}) Warn(v ...interface{}) Error(v ...interface{}) Stat(v ...interface{}) }
type ISingleton ¶
type ISingleton interface { Single() bool IfAutowire() bool Autowire() ContainsStru(childStru any) bool ParseTags(tagkey string) map[string]string InitProxy(some any) }
NewBean
type IbaseConfig ¶
type IbaseConfig interface {
InjectConfigItem(some any)
}
type IbaseModel ¶
type IbaseModel interface { BaseInt2Time() BaseTime2Int() IbizModel }
type IbaseProxy ¶
type LoadBeanGeneral ¶
type LoadBeanGeneral[T any] func() ISingleton
type MockIcheck ¶
type MockIcheck struct {
// contains filtered or unexported fields
}
MockIcheck is a mock of Icheck interface.
func NewMockIcheck ¶
func NewMockIcheck(ctrl *gomock.Controller) *MockIcheck
NewMockIcheck creates a new mock instance.
func (*MockIcheck) EXPECT ¶
func (m *MockIcheck) EXPECT() *MockIcheckMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIcheckMockRecorder ¶
type MockIcheckMockRecorder struct {
// contains filtered or unexported fields
}
MockIcheckMockRecorder is the mock recorder for MockIcheck.
func (*MockIcheckMockRecorder) Check ¶
func (mr *MockIcheckMockRecorder) Check() *gomock.Call
Check indicates an expected call of Check.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.