Documentation ¶
Index ¶
- type Launcher
- func (launcher *Launcher) MakeAlbumGrpcClient(address string) albumProto.AlbumUseCaseClient
- func (launcher *Launcher) MakeArtistGrpcClient(address string) artistProto.ArtistUseCaseClient
- func (launcher *Launcher) MakeAuthGrpcClient(address string) proto.AuthorizationClient
- func (launcher *Launcher) MakeLinkerGrpcClient(address string) linkerProto.LinkerUseCaseClient
- func (launcher *Launcher) MakePlaylistGrpcClient(address string) playlistProto.PlaylistUseCaseClient
- func (launcher *Launcher) MakeTrackGrpcClient(address string) trackProto.TrackUseCaseClient
- func (launcher *Launcher) MakeUserGrpcClient(address string) proto_user.ProfileClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launcher ¶
type Launcher struct{}
func (*Launcher) MakeAlbumGrpcClient ¶
func (launcher *Launcher) MakeAlbumGrpcClient(address string) albumProto.AlbumUseCaseClient
func (*Launcher) MakeArtistGrpcClient ¶
func (launcher *Launcher) MakeArtistGrpcClient(address string) artistProto.ArtistUseCaseClient
func (*Launcher) MakeAuthGrpcClient ¶
func (launcher *Launcher) MakeAuthGrpcClient(address string) proto.AuthorizationClient
func (*Launcher) MakeLinkerGrpcClient ¶
func (launcher *Launcher) MakeLinkerGrpcClient(address string) linkerProto.LinkerUseCaseClient
func (*Launcher) MakePlaylistGrpcClient ¶
func (launcher *Launcher) MakePlaylistGrpcClient(address string) playlistProto.PlaylistUseCaseClient
func (*Launcher) MakeTrackGrpcClient ¶
func (launcher *Launcher) MakeTrackGrpcClient(address string) trackProto.TrackUseCaseClient
func (*Launcher) MakeUserGrpcClient ¶
func (launcher *Launcher) MakeUserGrpcClient(address string) proto_user.ProfileClient
Click to show internal directories.
Click to hide internal directories.