Documentation ¶
Overview ¶
Package mock_starr is a generated GoMock package.
Index ¶
- type MockAPIer
- func (m *MockAPIer) EXPECT() *MockAPIerMockRecorder
- func (m *MockAPIer) Get(arg0 string, arg1 url.Values) ([]byte, error)
- func (m *MockAPIer) GetInto(arg0 string, arg1 url.Values, arg2 interface{}) error
- func (m *MockAPIer) Post(arg0 string, arg1 url.Values, arg2 []byte) ([]byte, error)
- func (m *MockAPIer) PostInto(arg0 string, arg1 url.Values, arg2 []byte, arg3 interface{}) error
- type MockAPIerMockRecorder
- func (mr *MockAPIerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAPIerMockRecorder) GetInto(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIerMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAPIerMockRecorder) PostInto(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIer ¶
type MockAPIer struct {
// contains filtered or unexported fields
}
MockAPIer is a mock of APIer interface.
func NewMockAPIer ¶
func NewMockAPIer(ctrl *gomock.Controller) *MockAPIer
NewMockAPIer creates a new mock instance.
func (*MockAPIer) EXPECT ¶
func (m *MockAPIer) EXPECT() *MockAPIerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAPIerMockRecorder ¶
type MockAPIerMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIerMockRecorder is the mock recorder for MockAPIer.
func (*MockAPIerMockRecorder) Get ¶
func (mr *MockAPIerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockAPIerMockRecorder) GetInto ¶
func (mr *MockAPIerMockRecorder) GetInto(arg0, arg1, arg2 interface{}) *gomock.Call
GetInto indicates an expected call of GetInto.
func (*MockAPIerMockRecorder) Post ¶
func (mr *MockAPIerMockRecorder) Post(arg0, arg1, arg2 interface{}) *gomock.Call
Post indicates an expected call of Post.
func (*MockAPIerMockRecorder) PostInto ¶
func (mr *MockAPIerMockRecorder) PostInto(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
PostInto indicates an expected call of PostInto.
Click to show internal directories.
Click to hide internal directories.