Documentation ¶
Index ¶
- type AppServiceServer
- func (s *AppServiceServer) AppGetIflytekKey(ctx context.Context, in *apppb.AppGetIflytekKeyReq) (*apppb.AppGetIflytekKeyRsp, error)
- func (s *AppServiceServer) AppLogReport(ctx context.Context, in *apppb.AppLogReportReq) (*apppb.AppLogReportRsp, error)
- func (s *AppServiceServer) AppQuestionFeedback(ctx context.Context, in *apppb.AppQuestionFeedbackReq) (*apppb.AppQuestionFeedbackRsp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppServiceServer ¶
type AppServiceServer struct { apppb.UnimplementedAppServiceServer // contains filtered or unexported fields }
func NewAppServiceServer ¶
func NewAppServiceServer(svcCtx *svc.ServiceContext) *AppServiceServer
func (*AppServiceServer) AppGetIflytekKey ¶
func (s *AppServiceServer) AppGetIflytekKey(ctx context.Context, in *apppb.AppGetIflytekKeyReq) (*apppb.AppGetIflytekKeyRsp, error)
func (*AppServiceServer) AppLogReport ¶
func (s *AppServiceServer) AppLogReport(ctx context.Context, in *apppb.AppLogReportReq) (*apppb.AppLogReportRsp, error)
func (*AppServiceServer) AppQuestionFeedback ¶
func (s *AppServiceServer) AppQuestionFeedback(ctx context.Context, in *apppb.AppQuestionFeedbackReq) (*apppb.AppQuestionFeedbackRsp, error)
Click to show internal directories.
Click to hide internal directories.