Documentation ¶
Overview ¶
Package biz defines the business logic of the application business logic layer
Package biz is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIBiz ¶
type MockIBiz struct {
// contains filtered or unexported fields
}
MockIBiz is a mock of IBiz interface.
func NewMockIBiz ¶
func NewMockIBiz(ctrl *gomock.Controller) *MockIBiz
NewMockIBiz creates a new mock instance.
func (*MockIBiz) EXPECT ¶
func (m *MockIBiz) EXPECT() *MockIBizMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIBizMockRecorder ¶
type MockIBizMockRecorder struct {
// contains filtered or unexported fields
}
MockIBizMockRecorder is the mock recorder for MockIBiz.
func (*MockIBizMockRecorder) AIs ¶
func (mr *MockIBizMockRecorder) AIs() *gomock.Call
AIs indicates an expected call of AIs.
func (*MockIBizMockRecorder) Posts ¶
func (mr *MockIBizMockRecorder) Posts() *gomock.Call
Posts indicates an expected call of Posts.
func (*MockIBizMockRecorder) Users ¶
func (mr *MockIBizMockRecorder) Users() *gomock.Call
Users indicates an expected call of Users.
Directories ¶
Path | Synopsis |
---|---|
Package ai is a generated GoMock package.
|
Package ai is a generated GoMock package. |
Package post is a generated GoMock package.
|
Package post is a generated GoMock package. |
Package user is a generated GoMock package.
|
Package user is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.