Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct { StopCallBack func() error GetPDFOfPageCallBack func(string, string) ([]byte, error) }
func NewMockClient ¶
func NewMockClient() (MockClient, error)
NewClient returns an actual github client
func (MockClient) GetPDFOfPage ¶
func (c MockClient) GetPDFOfPage(page, storePath string) ([]byte, error)
func (MockClient) Stop ¶
func (c MockClient) Stop() error
Click to show internal directories.
Click to hide internal directories.