Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppGetIflytekKeyData ¶
type AppGetIflytekKeyData = apppb.AppGetIflytekKeyData
type AppGetIflytekKeyReq ¶
type AppGetIflytekKeyReq = apppb.AppGetIflytekKeyReq
type AppGetIflytekKeyRsp ¶
type AppGetIflytekKeyRsp = apppb.AppGetIflytekKeyRsp
type AppLogReportReq ¶
type AppLogReportReq = apppb.AppLogReportReq
type AppLogReportRsp ¶
type AppLogReportRsp = apppb.AppLogReportRsp
type AppQuestionFeedbackReq ¶
type AppQuestionFeedbackReq = apppb.AppQuestionFeedbackReq
type AppQuestionFeedbackRsp ¶
type AppQuestionFeedbackRsp = apppb.AppQuestionFeedbackRsp
type AppService ¶
type AppService interface { // AppLogReport(ctx context.Context, in *AppLogReportReq, opts ...grpc.CallOption) (*AppLogReportRsp, error) // AppGetIflytekKey(ctx context.Context, in *AppGetIflytekKeyReq, opts ...grpc.CallOption) (*AppGetIflytekKeyRsp, error) // AppQuestionFeedback(ctx context.Context, in *AppQuestionFeedbackReq, opts ...grpc.CallOption) (*AppQuestionFeedbackRsp, error) }
func NewAppService ¶
func NewAppService(cli zrpc.Client) AppService
func NewService ¶
func NewService() (AppService, error)
Click to show internal directories.
Click to hide internal directories.