Documentation ¶
Index ¶
- type Channel
- func (c *Channel) AppendGETAuthentication(targetURL *url.URL)
- func (c *Channel) AppendOffsetLimit(targetURL *url.URL, offset int, limit int)
- func (c Channel) GetCharacterById(id string) (resp *http.Response, err error)
- func (c Channel) GetCharacters(offset int, limit int) (resp *http.Response, err error)
- type Interface
- type MockInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func (*Channel) AppendGETAuthentication ¶
Authentication for get method will append auth to ANY given URL
func (*Channel) AppendOffsetLimit ¶
func (Channel) GetCharacterById ¶
type MockInterface ¶
MockInterface is an autogenerated mock type for the Interface type
func (*MockInterface) GetCharacterById ¶
func (_m *MockInterface) GetCharacterById(id string) (*http.Response, error)
GetCharacterById provides a mock function with given fields: id
func (*MockInterface) GetCharacters ¶
GetCharacters provides a mock function with given fields: offset, limit
Click to show internal directories.
Click to hide internal directories.