entities

package
v0.0.0-...-58f5ad8 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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) GetId

func (e *Artist) GetId() string

func (*Artist) GetMounthlyListeners

func (e *Artist) GetMounthlyListeners() uint64

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 (e *Artist) SetDescription(target string) error

func (*Artist) SetEmail

func (e *Artist) SetEmail(target string) error

func (*Artist) SetId

func (e *Artist) SetId(target string)

INFO: validate depends of service

func (*Artist) SetMounthlyListeners

func (e *Artist) SetMounthlyListeners(target uint64)

func (*Artist) SetName

func (e *Artist) SetName(target string) error

func (*Artist) SetStatus

func (e *Artist) SetStatus(mounthlyListeners uint64)

func (*Artist) SetWebsite

func (e *Artist) SetWebsite(target string) error

type ArtistId

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

func (*ArtistId) Get

func (e *ArtistId) Get() string

func (*ArtistId) Set

func (e *ArtistId) Set(id string)

INFO: validate depends of service

Jump to

Keyboard shortcuts

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