apple

package
v1.42.9 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2021 License: OSL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogLevel mech.LogLevel

Functions

This section is empty.

Types

type AssetURL added in v1.39.3

type AssetURL string

func (AssetURL) String added in v1.39.3

func (a AssetURL) String() string

type Attributes added in v1.37.4

type Attributes struct {
	ArtistName      string
	Name            string
	ReleaseDateTime string
	Duration        Duration `json:"durationInMilliseconds"`
	AssetURL        AssetURL
}

type Audio

type Audio struct {
	D []struct {
		Attributes Attributes
	}
}

func NewAudio

func NewAudio(addr string) (*Audio, error)

type Duration added in v1.39.3

type Duration int64

func (Duration) String added in v1.39.3

func (d Duration) String() string

type Progress added in v1.42.6

type Progress struct {
	*http.Response
	// contains filtered or unexported fields
}

func NewProgress added in v1.42.6

func NewProgress(res *http.Response) *Progress

Read method has pointer receiver

func (*Progress) Read added in v1.42.6

func (p *Progress) Read(buf []byte) (int, error)

Jump to

Keyboard shortcuts

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