Documentation ¶
Index ¶
- type CreateRecReq
- type CreateRecResp
- type CreateSigReq
- type CreateSigResp
- type CreateTplReq
- type CreateTplResp
- type DeletTplResp
- type DeleteSigReq
- type DeleteSigResp
- type DeleteTplReq
- type GetRecByIdReq
- type GetRecByIdResp
- type GetSigByIdReq
- type GetSigByIdResp
- type GetTplByIdReq
- type GetTplByIdResp
- type Rec
- type SigListReq
- type SigListResp
- type Sign
- type Tpl
- type TplListReq
- type TplListResp
- type TplSendSvc
- type UpdateSigReq
- type UpdateSigResp
- type UpdateTplReq
- type UpdateTplResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRecReq ¶
type CreateRecReq = sendsvc.CreateRecReq
type CreateRecResp ¶
type CreateRecResp = sendsvc.CreateRecResp
type CreateSigReq ¶
type CreateSigReq = sendsvc.CreateSigReq
type CreateSigResp ¶
type CreateSigResp = sendsvc.CreateSigResp
type CreateTplReq ¶
type CreateTplReq = sendsvc.CreateTplReq
type CreateTplResp ¶
type CreateTplResp = sendsvc.CreateTplResp
type DeletTplResp ¶
type DeletTplResp = sendsvc.DeletTplResp
type DeleteSigReq ¶
type DeleteSigReq = sendsvc.DeleteSigReq
type DeleteSigResp ¶
type DeleteSigResp = sendsvc.DeleteSigResp
type DeleteTplReq ¶
type DeleteTplReq = sendsvc.DeleteTplReq
type GetRecByIdReq ¶
type GetRecByIdReq = sendsvc.GetRecByIdReq
type GetRecByIdResp ¶
type GetRecByIdResp = sendsvc.GetRecByIdResp
type GetSigByIdReq ¶
type GetSigByIdReq = sendsvc.GetSigByIdReq
type GetSigByIdResp ¶
type GetSigByIdResp = sendsvc.GetSigByIdResp
type GetTplByIdReq ¶
type GetTplByIdReq = sendsvc.GetTplByIdReq
type GetTplByIdResp ¶
type GetTplByIdResp = sendsvc.GetTplByIdResp
type SigListReq ¶
type SigListReq = sendsvc.SigListReq
type SigListResp ¶
type SigListResp = sendsvc.SigListResp
type TplListReq ¶
type TplListReq = sendsvc.TplListReq
type TplListResp ¶
type TplListResp = sendsvc.TplListResp
type TplSendSvc ¶
type TplSendSvc interface { CreateRec(ctx context.Context, in *CreateRecReq, opts ...grpc.CallOption) (*CreateRecResp, error) GetRecById(ctx context.Context, in *GetRecByIdReq, opts ...grpc.CallOption) (*GetRecByIdResp, error) }
func NewTplSendSvc ¶
func NewTplSendSvc(cli zrpc.Client) TplSendSvc
type UpdateSigReq ¶
type UpdateSigReq = sendsvc.UpdateSigReq
type UpdateSigResp ¶
type UpdateSigResp = sendsvc.UpdateSigResp
type UpdateTplReq ¶
type UpdateTplReq = sendsvc.UpdateTplReq
type UpdateTplResp ¶
type UpdateTplResp = sendsvc.UpdateTplResp
Click to show internal directories.
Click to hide internal directories.