Documentation ¶
Index ¶
- Variables
- type BoxService
- func (svc *BoxService) AuthFuncOverride(ctx context.Context, fullMethodName string) (context.Context, error)
- func (svc *BoxService) FormAnswerSave(ctx context.Context, in *v1.FormSaveReq) (*emptypb.Empty, error)
- func (svc *BoxService) FormGet(ctx context.Context, in *v1.FormGetReq) (*v1.FormGetResp, error)
- func (svc *BoxService) FormList(ctx context.Context, in *v1.FormListReq) (*v1.FormListResp, error)
- func (svc *BoxService) FormListQuestionType(ctx context.Context, in *emptypb.Empty) (*v1.FormListQuestionTypeResp, error)
- func (svc *BoxService) FormSave(ctx context.Context, in *v1.FormSaveReq) (*emptypb.Empty, error)
- func (svc *BoxService) Ping(ctx context.Context, in *emptypb.Empty) (*v1.Result, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewBoxService)
Functions ¶
This section is empty.
Types ¶
type BoxService ¶
type BoxService struct { v1.UnimplementedBoxServer // contains filtered or unexported fields }
func NewBoxService ¶
func (*BoxService) AuthFuncOverride ¶
func (*BoxService) FormAnswerSave ¶
func (svc *BoxService) FormAnswerSave(ctx context.Context, in *v1.FormSaveReq) (*emptypb.Empty, error)
func (*BoxService) FormGet ¶
func (svc *BoxService) FormGet(ctx context.Context, in *v1.FormGetReq) (*v1.FormGetResp, error)
func (*BoxService) FormList ¶
func (svc *BoxService) FormList(ctx context.Context, in *v1.FormListReq) (*v1.FormListResp, error)
func (*BoxService) FormListQuestionType ¶
func (svc *BoxService) FormListQuestionType(ctx context.Context, in *emptypb.Empty) (*v1.FormListQuestionTypeResp, error)
func (*BoxService) FormSave ¶
func (svc *BoxService) FormSave(ctx context.Context, in *v1.FormSaveReq) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.