Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyMethod = "method" KeyApiKey = "api_key" )
Variables ¶
View Source
var ErrNoMethodSpecified = errors.New("no method supplied for lastFm")
View Source
var ErrNotInitialized = errors.New("not initialized")
Functions ¶
func IsInitialized ¶
func IsInitialized() bool
func SetVariables ¶
SetVariables - Mark: You should have to call this function while initializing step or before run main.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetMaxRetriesCount ¶
func (*Client) GetRetryDelay ¶
func (*Client) SetMaxRetries ¶
Click to show internal directories.
Click to hide internal directories.