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 ¶
func NewBiz ¶
func NewBiz(ds store.IStore, authn authn.Authenticator, auth auth.AuthProvider) *biz
NewBiz returns a pointer to a new instance of the biz struct.
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) Auths ¶
func (mr *MockIBizMockRecorder) Auths() *gomock.Call
Auths indicates an expected call of Auths.
func (*MockIBizMockRecorder) Secrets ¶
func (mr *MockIBizMockRecorder) Secrets() *gomock.Call
Secrets indicates an expected call of Secrets.
func (*MockIBizMockRecorder) Users ¶
func (mr *MockIBizMockRecorder) Users() *gomock.Call
Users indicates an expected call of Users.
Directories ¶
Path | Synopsis |
---|---|
Package auth is a generated GoMock package.
|
Package auth is a generated GoMock package. |
Package secret is a generated GoMock package.
|
Package secret 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.