Documentation
¶
Index ¶
- type ApResolver
- func (r *ApResolver) FetchAll(ctx context.Context) error
- func (r *ApResolver) GetAccesspoint(ctx context.Context) (librespot.GetAddressFunc, error)
- func (r *ApResolver) GetDealer(ctx context.Context) (librespot.GetAddressFunc, error)
- func (r *ApResolver) GetSpclient(ctx context.Context) (librespot.GetAddressFunc, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApResolver ¶
type ApResolver struct {
// contains filtered or unexported fields
}
func NewApResolver ¶
func NewApResolver(log librespot.Logger, client *http.Client) *ApResolver
func (*ApResolver) GetAccesspoint ¶
func (r *ApResolver) GetAccesspoint(ctx context.Context) (librespot.GetAddressFunc, error)
func (*ApResolver) GetDealer ¶
func (r *ApResolver) GetDealer(ctx context.Context) (librespot.GetAddressFunc, error)
func (*ApResolver) GetSpclient ¶
func (r *ApResolver) GetSpclient(ctx context.Context) (librespot.GetAddressFunc, error)
Click to show internal directories.
Click to hide internal directories.