Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ORM ¶
ORM is an autogenerated mock type for the ORM type
func (*ORM) CountManagers ¶
CountManagers provides a mock function with given fields:
func (*ORM) CreateManager ¶
CreateManager provides a mock function with given fields: ctx, ms
func (*ORM) GetManager ¶
GetManager provides a mock function with given fields: ctx, id
func (*ORM) ListManagers ¶
ListManagers provides a mock function with given fields: ctx
type Service ¶
Service is an autogenerated mock type for the Service type
func (*Service) CountManagers ¶
CountManagers provides a mock function with given fields:
func (*Service) GetManager ¶
func (_m *Service) GetManager(id int32) (*feeds.FeedsManager, error)
GetManager provides a mock function with given fields: id
func (*Service) ListManagers ¶
func (_m *Service) ListManagers() ([]feeds.FeedsManager, error)
ListManagers provides a mock function with given fields:
func (*Service) RegisterManager ¶
func (_m *Service) RegisterManager(ms *feeds.FeedsManager) (int32, error)
RegisterManager provides a mock function with given fields: ms
Click to show internal directories.
Click to hide internal directories.