Documentation
¶
Index ¶
- func NewApp() article_grp.IArticleGrpApp
- func NewV1() article_grp.IArticleGrpV1
- type ControllerApp
- type ControllerV1
- func (c *ControllerV1) Cre(ctx context.Context, req *v1.CreReq) (res *v1.CreRes, err error)
- func (c *ControllerV1) Del(ctx context.Context, req *v1.DelReq) (res *v1.DelRes, err error)
- func (c *ControllerV1) List(ctx context.Context, req *v1.ListReq) (*v1.ListRes, error)
- func (c *ControllerV1) Show(ctx context.Context, req *v1.ShowReq) (*v1.ShowRes, error)
- func (c *ControllerV1) Upd(ctx context.Context, req *v1.UpdReq) (res *v1.UpdRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApp ¶
func NewApp() article_grp.IArticleGrpApp
func NewV1 ¶
func NewV1() article_grp.IArticleGrpV1
Types ¶
type ControllerApp ¶
type ControllerApp struct{}
Click to show internal directories.
Click to hide internal directories.