Documentation
¶
Overview ¶
Package mock_trello is a generated GoMock package.
Index ¶
- type MockAPI
- func (m *MockAPI) EXPECT() *MockAPIMockRecorder
- func (m *MockAPI) GetBoard(name string) (*trello.Board, error)
- func (m *MockAPI) GetBoards() ([]trello.Board, error)
- func (m *MockAPI) GetCards(board trello.Board) ([]trello.Card, error)
- func (m *MockAPI) GetLists(board trello.Board) ([]trello.List, error)
- func (m *MockAPI) GetMember(ID string) (*trello.Member, error)
- type MockAPIMockRecorder
- func (mr *MockAPIMockRecorder) GetBoard(name interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetBoards() *gomock.Call
- func (mr *MockAPIMockRecorder) GetCards(board interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetLists(board interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetMember(ID interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPI ¶
type MockAPI struct {
// contains filtered or unexported fields
}
MockAPI is a mock of API interface
func NewMockAPI ¶
func NewMockAPI(ctrl *gomock.Controller) *MockAPI
NewMockAPI creates a new mock instance
func (*MockAPI) EXPECT ¶
func (m *MockAPI) EXPECT() *MockAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockAPIMockRecorder ¶
type MockAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIMockRecorder is the mock recorder for MockAPI
func (*MockAPIMockRecorder) GetBoard ¶
func (mr *MockAPIMockRecorder) GetBoard(name interface{}) *gomock.Call
GetBoard indicates an expected call of GetBoard
func (*MockAPIMockRecorder) GetBoards ¶
func (mr *MockAPIMockRecorder) GetBoards() *gomock.Call
GetBoards indicates an expected call of GetBoards
func (*MockAPIMockRecorder) GetCards ¶
func (mr *MockAPIMockRecorder) GetCards(board interface{}) *gomock.Call
GetCards indicates an expected call of GetCards
func (*MockAPIMockRecorder) GetLists ¶
func (mr *MockAPIMockRecorder) GetLists(board interface{}) *gomock.Call
GetLists indicates an expected call of GetLists
func (*MockAPIMockRecorder) GetMember ¶
func (mr *MockAPIMockRecorder) GetMember(ID interface{}) *gomock.Call
GetMember indicates an expected call of GetMember
Click to show internal directories.
Click to hide internal directories.