Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSetlistByIDUseCase ¶
type GetSetlistByIDUseCase struct {
SetlistFMClient setlistfm_client.SetlistFMClientInterface
}
func (*GetSetlistByIDUseCase) Execute ¶
func (u *GetSetlistByIDUseCase) Execute(in setlistfm.GetSetlistByIDInput) (*setlistfm.Set, error)
type GetSetlistByIDUseCaseInterface ¶
type GetSetlistByIDUseCaseInterface interface {
Execute(input setlistfm.GetSetlistByIDInput) (*setlistfm.Set, error)
}
func NewGetSetlistByIDUseCase ¶
func NewGetSetlistByIDUseCase( c setlistfm_client.SetlistFMClientInterface, ) GetSetlistByIDUseCaseInterface
Click to show internal directories.
Click to hide internal directories.