Documentation
¶
Index ¶
- Variables
- type Artist
- func (e *Artist) GetDescription() objectvalues.ArtistDescription
- func (e *Artist) GetEmail() objectvalues.Email
- func (e *Artist) GetId() string
- func (e *Artist) GetMounthlyListeners() uint64
- func (e *Artist) GetName() objectvalues.ArtistName
- func (e *Artist) GetStatus() objectvalues.ArtistStatus
- func (e *Artist) GetWebsite() objectvalues.Website
- func (e *Artist) SetDescription(target string) error
- func (e *Artist) SetEmail(target string) error
- func (e *Artist) SetId(target string)
- func (e *Artist) SetMounthlyListeners(target uint64)
- func (e *Artist) SetName(target string) error
- func (e *Artist) SetStatus(mounthlyListeners uint64)
- func (e *Artist) SetWebsite(target string) error
- type ArtistId
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoContent = errors.New("No content")
)
Functions ¶
This section is empty.
Types ¶
type Artist ¶
type Artist struct {
// contains filtered or unexported fields
}
func (*Artist) GetDescription ¶
func (e *Artist) GetDescription() objectvalues.ArtistDescription
func (*Artist) GetEmail ¶
func (e *Artist) GetEmail() objectvalues.Email
func (*Artist) GetMounthlyListeners ¶
func (*Artist) GetName ¶
func (e *Artist) GetName() objectvalues.ArtistName
func (*Artist) GetStatus ¶
func (e *Artist) GetStatus() objectvalues.ArtistStatus
func (*Artist) GetWebsite ¶
func (e *Artist) GetWebsite() objectvalues.Website
func (*Artist) SetDescription ¶
func (*Artist) SetMounthlyListeners ¶
func (*Artist) SetWebsite ¶
Click to show internal directories.
Click to hide internal directories.