client

package
v1.6.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrBadRequest     = &SClientError{"bad request"}
	ErrDecodeResponse = &SClientError{"decode response"}
	ErrInvalidTitle   = &SClientError{"invalid title"}
)

Functions

This section is empty.

Types

type IClient

type IClient interface {
	GetIndex(context.Context) (string, error)
	GetSettings(context.Context) (config.IConfigSettings, error)

	RunTransfer(context.Context) error
	StopTransfer(context.Context) error
}

func NewClient

func NewClient(pRequester IRequester) IClient

type IRequester

type IRequester interface {
	GetIndex(context.Context) (string, error)
	GetSettings(context.Context) (config.IConfigSettings, error)

	RunTransfer(context.Context) error
	StopTransfer(context.Context) error
}

func NewRequester

func NewRequester(pHost string, pClient *http.Client) IRequester

type SClientError added in v1.6.8

type SClientError struct {
	// contains filtered or unexported fields
}

func (*SClientError) Error added in v1.6.8

func (err *SClientError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL