Documentation
¶
Index ¶
- Variables
- type ChartService
- func (s *ChartService) DeleteChart(ctx context.Context, req *pb.DeleteChartRequest) (*pb.DeleteChartResponse, error)
- func (s *ChartService) DeleteStudyTemplates(ctx context.Context, req *pb.DeleteStudyTemplatesRequest) (*pb.DeleteStudyTemplatesResponse, error)
- func (s *ChartService) ListChart(ctx context.Context, req *pb.ListChartRequest) (*pb.ListChartResponse, error)
- func (s *ChartService) ListStudyTemplate(ctx context.Context, req *pb.ListStudyTemplateRequest) (*pb.ListStudyTemplateResponse, error)
- func (s *ChartService) LoadChart(ctx context.Context, req *pb.LoadChartRequest) (*pb.LoadChartResponse, error)
- func (s *ChartService) LoadStudyTemplate(ctx context.Context, req *pb.LoadStudyTemplateRequest) (*pb.LoadStudyTemplateResponse, error)
- func (s *ChartService) SaveAsChart(ctx context.Context, req *pb.SaveAsChartRequest) (*pb.SaveAsChartResponse, error)
- func (s *ChartService) SaveChart(ctx context.Context, req *pb.SaveChartRequest) (*pb.SaveChartResponse, error)
- func (s *ChartService) SaveStudyTemplate(ctx context.Context, req *pb.SaveStudyTemplateRequest) (*pb.SaveStudyTemplateResponse, error)
- type ProfileService
- func (s *ProfileService) GetListUserProfileInternal(ctx context.Context, req *pb.GetListUserProfileInternalRequest) (*pb.GetListUserProfileResponse, error)
- func (s *ProfileService) GetUserProfile(ctx context.Context, req *emptypb.Empty) (*pb.GetUserProfileResponse, error)
- func (s *ProfileService) GetUserProfileInternal(ctx context.Context, req *pb.GetUserProfileInternalRequest) (*pb.GetUserProfileResponse, error)
- func (s *ProfileService) ListenUserAccount(ctx context.Context, req *pb.ListenUserAccountRequest) (*emptypb.Empty, error)
- func (s *ProfileService) UpdateLanguage(ctx context.Context, req *pb.UpdateLanguageRequest) (*pb.UpdateLanguageResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewChartService, NewProfileService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type ChartService ¶
type ChartService struct { pb.UnimplementedChartServiceServer // contains filtered or unexported fields }
func NewChartService ¶
func NewChartService(greeterUc *biz.ChartUsecase) *ChartService
func (*ChartService) DeleteChart ¶
func (s *ChartService) DeleteChart(ctx context.Context, req *pb.DeleteChartRequest) (*pb.DeleteChartResponse, error)
func (*ChartService) DeleteStudyTemplates ¶
func (s *ChartService) DeleteStudyTemplates(ctx context.Context, req *pb.DeleteStudyTemplatesRequest) (*pb.DeleteStudyTemplatesResponse, error)
func (*ChartService) ListChart ¶
func (s *ChartService) ListChart(ctx context.Context, req *pb.ListChartRequest) (*pb.ListChartResponse, error)
func (*ChartService) ListStudyTemplate ¶
func (s *ChartService) ListStudyTemplate(ctx context.Context, req *pb.ListStudyTemplateRequest) (*pb.ListStudyTemplateResponse, error)
func (*ChartService) LoadChart ¶
func (s *ChartService) LoadChart(ctx context.Context, req *pb.LoadChartRequest) (*pb.LoadChartResponse, error)
func (*ChartService) LoadStudyTemplate ¶
func (s *ChartService) LoadStudyTemplate(ctx context.Context, req *pb.LoadStudyTemplateRequest) (*pb.LoadStudyTemplateResponse, error)
func (*ChartService) SaveAsChart ¶
func (s *ChartService) SaveAsChart(ctx context.Context, req *pb.SaveAsChartRequest) (*pb.SaveAsChartResponse, error)
func (*ChartService) SaveChart ¶
func (s *ChartService) SaveChart(ctx context.Context, req *pb.SaveChartRequest) (*pb.SaveChartResponse, error)
func (*ChartService) SaveStudyTemplate ¶
func (s *ChartService) SaveStudyTemplate(ctx context.Context, req *pb.SaveStudyTemplateRequest) (*pb.SaveStudyTemplateResponse, error)
type ProfileService ¶
type ProfileService struct { pb.UnimplementedProfileServiceServer // contains filtered or unexported fields }
func NewProfileService ¶
func NewProfileService(profielUc *biz.ProfileUsecase) *ProfileService
func (*ProfileService) GetListUserProfileInternal ¶
func (s *ProfileService) GetListUserProfileInternal(ctx context.Context, req *pb.GetListUserProfileInternalRequest) (*pb.GetListUserProfileResponse, error)
func (*ProfileService) GetUserProfile ¶
func (s *ProfileService) GetUserProfile(ctx context.Context, req *emptypb.Empty) (*pb.GetUserProfileResponse, error)
func (*ProfileService) GetUserProfileInternal ¶
func (s *ProfileService) GetUserProfileInternal(ctx context.Context, req *pb.GetUserProfileInternalRequest) (*pb.GetUserProfileResponse, error)
func (*ProfileService) ListenUserAccount ¶
func (s *ProfileService) ListenUserAccount(ctx context.Context, req *pb.ListenUserAccountRequest) (*emptypb.Empty, error)
func (*ProfileService) UpdateLanguage ¶
func (s *ProfileService) UpdateLanguage(ctx context.Context, req *pb.UpdateLanguageRequest) (*pb.UpdateLanguageResponse, error)
Click to show internal directories.
Click to hide internal directories.