Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BehaviorAdoptionBreakdownLogic ¶
type BehaviorAdoptionBreakdownLogic struct {
logx.Logger
// contains filtered or unexported fields
}
func NewBehaviorAdoptionBreakdownLogic ¶
func NewBehaviorAdoptionBreakdownLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorAdoptionBreakdownLogic
获取采用率明细
func (*BehaviorAdoptionBreakdownLogic) BehaviorAdoptionBreakdown ¶
func (l *BehaviorAdoptionBreakdownLogic) BehaviorAdoptionBreakdown(req *types.BehaviorAdoptionBreakdownRequest) (resp *types.BehaviorAdoptionBreakdownResponse, err error)
type BehaviorAdoptionLogic ¶
func NewBehaviorAdoptionLogic ¶
func NewBehaviorAdoptionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorAdoptionLogic
获取功能采用率
func (*BehaviorAdoptionLogic) BehaviorAdoption ¶
func (l *BehaviorAdoptionLogic) BehaviorAdoption(req *types.BehaviorAdoptionRequest) (resp *types.BehaviorAdoptionResponse, err error)
type BehaviorEventsLogic ¶
func NewBehaviorEventsLogic ¶
func NewBehaviorEventsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorEventsLogic
获取行为事件
func (*BehaviorEventsLogic) BehaviorEvents ¶
func (l *BehaviorEventsLogic) BehaviorEvents(req *types.BehaviorEventsRequest) (*types.BehaviorEventsResponse, error)
type BehaviorFunnelLogic ¶
func NewBehaviorFunnelLogic ¶
func NewBehaviorFunnelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorFunnelLogic
获取行为漏斗
func (*BehaviorFunnelLogic) BehaviorFunnel ¶
func (l *BehaviorFunnelLogic) BehaviorFunnel(req *types.BehaviorFunnelRequest) (resp *types.BehaviorFunnelResponse, err error)
type BehaviorLogic ¶
func NewBehaviorLogic ¶
func NewBehaviorLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorLogic
获取行为分析
func (*BehaviorLogic) Behavior ¶
func (l *BehaviorLogic) Behavior(req *types.BehaviorRequest) (*types.BehaviorResponse, error)
type BehaviorPathsLogic ¶
func NewBehaviorPathsLogic ¶
func NewBehaviorPathsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BehaviorPathsLogic
获取行为路径
func (*BehaviorPathsLogic) BehaviorPaths ¶
func (l *BehaviorPathsLogic) BehaviorPaths(req *types.BehaviorPathsRequest) (*types.BehaviorPathsResponse, error)
Click to show internal directories.
Click to hide internal directories.