Documentation ¶
Index ¶
- type Store
- func (_m *Store) CreateRepo(_a0 *model.Repo) error
- func (_m *Store) CreateUser(_a0 *model.User) error
- func (_m *Store) DeleteRepo(_a0 *model.Repo) error
- func (_m *Store) DeleteUser(_a0 *model.User) error
- func (_m *Store) GetRepo(_a0 int64) (*model.Repo, error)
- func (_m *Store) GetRepoMulti(_a0 ...string) ([]*model.Repo, error)
- func (_m *Store) GetRepoOwner(_a0 string) ([]*model.Repo, error)
- func (_m *Store) GetRepoSlug(_a0 string) (*model.Repo, error)
- func (_m *Store) GetUser(_a0 int64) (*model.User, error)
- func (_m *Store) GetUserLogin(_a0 string) (*model.User, error)
- func (_m *Store) UpdateRepo(_a0 *model.Repo) error
- func (_m *Store) UpdateUser(_a0 *model.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is an autogenerated mock type for the Store type
func (*Store) CreateRepo ¶
CreateRepo provides a mock function with given fields: _a0
func (*Store) CreateUser ¶
CreateUser provides a mock function with given fields: _a0
func (*Store) DeleteRepo ¶
DeleteRepo provides a mock function with given fields: _a0
func (*Store) DeleteUser ¶
DeleteUser provides a mock function with given fields: _a0
func (*Store) GetRepoMulti ¶
GetRepoMulti provides a mock function with given fields: _a0
func (*Store) GetRepoOwner ¶
GetRepoOwner provides a mock function with given fields: _a0
func (*Store) GetRepoSlug ¶
GetRepoSlug provides a mock function with given fields: _a0
func (*Store) GetUserLogin ¶
GetUserLogin provides a mock function with given fields: _a0
func (*Store) UpdateRepo ¶
UpdateRepo provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.