Documentation ¶
Overview ¶
Package biz is the place where you can implements more complex business logic.
Package biz is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
ProviderSet contains providers for creating instances of the biz struct.
Functions ¶
Types ¶
type IBiz ¶
type IBiz interface { Namespace(namespace string) namespaced.NamespacedBiz Secrets() secret.SecretBiz }
IBiz defines the methods that need to be implemented by the Biz layer.
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.
func (*MockIBiz) Namespace ¶
func (m *MockIBiz) Namespace(arg0 string) namespaced.NamespacedBiz
Namespace mocks base method.
type MockIBizMockRecorder ¶
type MockIBizMockRecorder struct {
// contains filtered or unexported fields
}
MockIBizMockRecorder is the mock recorder for MockIBiz.
func (*MockIBizMockRecorder) Namespace ¶
func (mr *MockIBizMockRecorder) Namespace(arg0 any) *gomock.Call
Namespace indicates an expected call of Namespace.
func (*MockIBizMockRecorder) Secrets ¶
func (mr *MockIBizMockRecorder) Secrets() *gomock.Call
Secrets indicates an expected call of Secrets.
Directories ¶
Path | Synopsis |
---|---|
Package namespaced is a generated GoMock package.
|
Package namespaced is a generated GoMock package. |
Package secret is a generated GoMock package.
|
Package secret is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.