Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrowthChangeHistoryAddLogic ¶
func NewGrowthChangeHistoryAddLogic ¶
func NewGrowthChangeHistoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) GrowthChangeHistoryAddLogic
func (*GrowthChangeHistoryAddLogic) GrowthChangeHistoryAdd ¶
func (l *GrowthChangeHistoryAddLogic) GrowthChangeHistoryAdd(req types.AddGrowthChangeHistoryReq) (*types.AddGrowthChangeHistoryResp, error)
type GrowthChangeHistoryDeleteLogic ¶
type GrowthChangeHistoryDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGrowthChangeHistoryDeleteLogic ¶
func NewGrowthChangeHistoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) GrowthChangeHistoryDeleteLogic
func (*GrowthChangeHistoryDeleteLogic) GrowthChangeHistoryDelete ¶
func (l *GrowthChangeHistoryDeleteLogic) GrowthChangeHistoryDelete(req types.DeleteGrowthChangeHistoryReq) (*types.DeleteGrowthChangeHistoryResp, error)
type GrowthChangeHistoryListLogic ¶
func NewGrowthChangeHistoryListLogic ¶
func NewGrowthChangeHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) GrowthChangeHistoryListLogic
func (*GrowthChangeHistoryListLogic) GrowthChangeHistoryList ¶
func (l *GrowthChangeHistoryListLogic) GrowthChangeHistoryList(req types.ListGrowthChangeHistoryReq) (*types.ListGrowthChangeHistoryResp, error)
type GrowthChangeHistoryUpdateLogic ¶
type GrowthChangeHistoryUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
func NewGrowthChangeHistoryUpdateLogic ¶
func NewGrowthChangeHistoryUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) GrowthChangeHistoryUpdateLogic
func (*GrowthChangeHistoryUpdateLogic) GrowthChangeHistoryUpdate ¶
func (l *GrowthChangeHistoryUpdateLogic) GrowthChangeHistoryUpdate(req types.UpdateGrowthChangeHistoryReq) (*types.UpdateGrowthChangeHistoryResp, error)
Click to show internal directories.
Click to hide internal directories.