Documentation ¶
Index ¶
- func NewApp() reply.IReplyApp
- func NewV1() reply.IReplyV1
- type ControllerApp
- type ControllerV1
- func (c *ControllerV1) ReplyCheck(ctx context.Context, req *v1.ReplyCheckReq) (res *v1.ReplyCheckRes, err error)
- func (c *ControllerV1) ReplyCre(ctx context.Context, req *v1.ReplyCreReq) (res *v1.ReplyCreRes, err error)
- func (c *ControllerV1) ReplyDel(ctx context.Context, req *v1.ReplyDelReq) (res *v1.ReplyDelRes, err error)
- func (c *ControllerV1) ReplyList(ctx context.Context, req *v1.ReplyListReq) (*v1.ReplyListRes, error)
- func (c *ControllerV1) ReplyShow(ctx context.Context, req *v1.ReplyShowReq) (*v1.ReplyShowRes, error)
- func (c *ControllerV1) ReplyUpd(ctx context.Context, req *v1.ReplyUpdReq) (res *v1.ReplyUpdRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerApp ¶
type ControllerApp struct{}
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) ReplyCheck ¶
func (c *ControllerV1) ReplyCheck(ctx context.Context, req *v1.ReplyCheckReq) (res *v1.ReplyCheckRes, err error)
func (*ControllerV1) ReplyCre ¶
func (c *ControllerV1) ReplyCre(ctx context.Context, req *v1.ReplyCreReq) (res *v1.ReplyCreRes, err error)
func (*ControllerV1) ReplyDel ¶
func (c *ControllerV1) ReplyDel(ctx context.Context, req *v1.ReplyDelReq) (res *v1.ReplyDelRes, err error)
func (*ControllerV1) ReplyList ¶
func (c *ControllerV1) ReplyList(ctx context.Context, req *v1.ReplyListReq) (*v1.ReplyListRes, error)
func (*ControllerV1) ReplyShow ¶
func (c *ControllerV1) ReplyShow(ctx context.Context, req *v1.ReplyShowReq) (*v1.ReplyShowRes, error)
func (*ControllerV1) ReplyUpd ¶
func (c *ControllerV1) ReplyUpd(ctx context.Context, req *v1.ReplyUpdReq) (res *v1.ReplyUpdRes, err error)
Click to show internal directories.
Click to hide internal directories.