Documentation
¶
Index ¶
- func InjectServiceDomainEs(s *ServiceDomainEs)
- func InjectServiceDomainEsRequest(s *ServiceDomainEsRequest)
- func InjectWebsiteUtmsEs(s *WebsiteUtmsEs)
- func InjectWebsiteUtmsEsRequest(s *WebsiteUtmsEsRequest)
- func InjectWebsiteVisitsEs(s *WebsiteVisitsEs)
- func InjectWebsiteVisitsEsRequest(s *WebsiteVisitsEsRequest)
- func LoadServiceDomainEs() baseiface.ISingleton
- func LoadServiceDomainEsRequest() baseiface.ISingleton
- func LoadWebsiteUtmsEs() baseiface.ISingleton
- func LoadWebsiteUtmsEsRequest() baseiface.ISingleton
- func LoadWebsiteVisitsEs() baseiface.ISingleton
- func LoadWebsiteVisitsEsRequest() baseiface.ISingleton
- func NewWebFacadeServiceDomainEs() *webfacade.WebFacade[*ServiceDomainEs]
- func NewWebFacadeServiceDomainEsOf(q elastic.Query) *webfacade.WebFacade[*ServiceDomainEs]
- func NewWebFacadeWebsiteUtmsEs() *webfacade.WebFacade[*WebsiteUtmsEs]
- func NewWebFacadeWebsiteUtmsEsOf(q elastic.Query) *webfacade.WebFacade[*WebsiteUtmsEs]
- func NewWebFacadeWebsiteVisitsEs() *webfacade.WebFacade[*WebsiteVisitsEs]
- func NewWebFacadeWebsiteVisitsEsOf(q elastic.Query) *webfacade.WebFacade[*WebsiteVisitsEs]
- type ServiceDomainEs
- func (self ServiceDomainEs) AliasName() string
- func (self *ServiceDomainEs) Default() *webfacade.WebFacade[*ServiceDomainEs]
- func (self *ServiceDomainEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*ServiceDomainEs]
- func (self *ServiceDomainEs) EsFill(p any) error
- func (self *ServiceDomainEs) EsFindId() *pagemodel.IchubResult[*ServiceDomainEs]
- func (self *ServiceDomainEs) GetMapping() string
- func (self ServiceDomainEs) IndexID() string
- func (self *ServiceDomainEs) IndexName() string
- func (self *ServiceDomainEs) Init()
- func (self *ServiceDomainEs) InitDoc() baseindex.IndexEsObject
- func (self *ServiceDomainEs) Mapping() string
- func (self *ServiceDomainEs) ObjectKey() string
- func (self *ServiceDomainEs) PkeyName() string
- func (self *ServiceDomainEs) PkeyValue() string
- func (self *ServiceDomainEs) Shutdown()
- func (self *ServiceDomainEs) TableName() string
- func (self *ServiceDomainEs) Unmarshal(data []byte) error
- type ServiceDomainEsRequest
- type WebsiteUtmsEs
- func (self WebsiteUtmsEs) AliasName() string
- func (self *WebsiteUtmsEs) Default() *webfacade.WebFacade[*WebsiteUtmsEs]
- func (self *WebsiteUtmsEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*WebsiteUtmsEs]
- func (self *WebsiteUtmsEs) EsFill(p any) error
- func (self *WebsiteUtmsEs) EsFindId() *pagemodel.IchubResult[*WebsiteUtmsEs]
- func (self *WebsiteUtmsEs) GetMapping() string
- func (self WebsiteUtmsEs) IndexID() string
- func (self *WebsiteUtmsEs) IndexName() string
- func (self *WebsiteUtmsEs) Init()
- func (self *WebsiteUtmsEs) InitDoc() baseindex.IndexEsObject
- func (self *WebsiteUtmsEs) Mapping() string
- func (self *WebsiteUtmsEs) ObjectKey() string
- func (self *WebsiteUtmsEs) PkeyName() string
- func (self *WebsiteUtmsEs) PkeyValue() string
- func (self *WebsiteUtmsEs) Shutdown()
- func (self *WebsiteUtmsEs) TableName() string
- func (self *WebsiteUtmsEs) Unmarshal(data []byte) error
- type WebsiteUtmsEsRequest
- type WebsiteVisitsEs
- func (self WebsiteVisitsEs) AliasName() string
- func (self *WebsiteVisitsEs) Default() *webfacade.WebFacade[*WebsiteVisitsEs]
- func (self *WebsiteVisitsEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*WebsiteVisitsEs]
- func (self *WebsiteVisitsEs) EsFill(p any) error
- func (self *WebsiteVisitsEs) EsFindId() *pagemodel.IchubResult[*WebsiteVisitsEs]
- func (self *WebsiteVisitsEs) GetMapping() string
- func (self WebsiteVisitsEs) IndexID() string
- func (self *WebsiteVisitsEs) IndexName() string
- func (self *WebsiteVisitsEs) Init()
- func (self *WebsiteVisitsEs) InitDoc() baseindex.IndexEsObject
- func (self *WebsiteVisitsEs) Mapping() string
- func (self *WebsiteVisitsEs) ObjectKey() string
- func (self *WebsiteVisitsEs) PkeyName() string
- func (self *WebsiteVisitsEs) PkeyValue() string
- func (self *WebsiteVisitsEs) Shutdown()
- func (self *WebsiteVisitsEs) TableName() string
- func (self *WebsiteVisitsEs) Unmarshal(data []byte) error
- type WebsiteVisitsEsRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectServiceDomainEs ¶
func InjectServiceDomainEs(s *ServiceDomainEs)
func InjectServiceDomainEsRequest ¶
func InjectServiceDomainEsRequest(s *ServiceDomainEsRequest)
func InjectWebsiteUtmsEs ¶
func InjectWebsiteUtmsEs(s *WebsiteUtmsEs)
func InjectWebsiteUtmsEsRequest ¶
func InjectWebsiteUtmsEsRequest(s *WebsiteUtmsEsRequest)
func InjectWebsiteVisitsEs ¶
func InjectWebsiteVisitsEs(s *WebsiteVisitsEs)
func InjectWebsiteVisitsEsRequest ¶
func InjectWebsiteVisitsEsRequest(s *WebsiteVisitsEsRequest)
func LoadServiceDomainEs ¶
func LoadServiceDomainEs() baseiface.ISingleton
func LoadServiceDomainEsRequest ¶
func LoadServiceDomainEsRequest() baseiface.ISingleton
func LoadWebsiteUtmsEs ¶
func LoadWebsiteUtmsEs() baseiface.ISingleton
func LoadWebsiteUtmsEsRequest ¶
func LoadWebsiteUtmsEsRequest() baseiface.ISingleton
func LoadWebsiteVisitsEs ¶
func LoadWebsiteVisitsEs() baseiface.ISingleton
func LoadWebsiteVisitsEsRequest ¶
func LoadWebsiteVisitsEsRequest() baseiface.ISingleton
func NewWebFacadeServiceDomainEs ¶
func NewWebFacadeServiceDomainEs() *webfacade.WebFacade[*ServiceDomainEs]
func NewWebFacadeServiceDomainEsOf ¶
func NewWebFacadeServiceDomainEsOf(q elastic.Query) *webfacade.WebFacade[*ServiceDomainEs]
func NewWebFacadeWebsiteUtmsEs ¶
func NewWebFacadeWebsiteUtmsEs() *webfacade.WebFacade[*WebsiteUtmsEs]
func NewWebFacadeWebsiteUtmsEsOf ¶
func NewWebFacadeWebsiteUtmsEsOf(q elastic.Query) *webfacade.WebFacade[*WebsiteUtmsEs]
func NewWebFacadeWebsiteVisitsEs ¶
func NewWebFacadeWebsiteVisitsEs() *webfacade.WebFacade[*WebsiteVisitsEs]
func NewWebFacadeWebsiteVisitsEsOf ¶
func NewWebFacadeWebsiteVisitsEsOf(q elastic.Query) *webfacade.WebFacade[*WebsiteVisitsEs]
Types ¶
type ServiceDomainEs ¶
type ServiceDomainEs struct {
basedto.BaseEntity
Active bool `json:"active"`
WebsiteId int64 `json:"website_id,string"`
UpdatedBy int64 `json:"updated_by,string"`
UpdatedAt int64 `json:"updated_at,string"`
Type int64 `json:"type,string"`
TransferAt int64 `json:"transfer_at,string"`
ShopId int64 `json:"shop_id,string"`
RegisterAt int64 `json:"register_at,string"`
Id int64 `json:"id,string"`
ExpireAt int64 `json:"expire_at,string"`
DomainManagerId int64 `json:"domain_manager_id,string"`
CreatedBy int64 `json:"created_by,string"`
CreatedAt int64 `json:"created_at,string"`
AccountContactPersonId int64 `json:"account_contact_person_id,string"`
UpdatedByName string `json:"updated_by_name"`
State string `json:"state"`
ShopName string `json:"shop_name"`
DomainOwner string `json:"domain_owner"`
DomainName string `json:"domain_name"`
DomainManagerName string `json:"domain_manager_name"`
DnsSite string `json:"dns_site"`
ContactEmail string `json:"contact_email"`
Charger string `json:"charger"`
AccountContactPersonName string `json:"account_contact_person_name"`
}
func FindBeanServiceDomainEs ¶
func FindBeanServiceDomainEs() *ServiceDomainEs
FindBeanServiceDomainEs
func NewServiceDomainEs ¶
func NewServiceDomainEs() *ServiceDomainEs
func (ServiceDomainEs) AliasName ¶
func (self ServiceDomainEs) AliasName() string
func (*ServiceDomainEs) Default ¶
func (self *ServiceDomainEs) Default() *webfacade.WebFacade[*ServiceDomainEs]
func (*ServiceDomainEs) DefaultOf ¶
func (self *ServiceDomainEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*ServiceDomainEs]
func (*ServiceDomainEs) EsFill ¶
func (self *ServiceDomainEs) EsFill(p any) error
func (*ServiceDomainEs) EsFindId ¶
func (self *ServiceDomainEs) EsFindId() *pagemodel.IchubResult[*ServiceDomainEs]
func (*ServiceDomainEs) GetMapping ¶
func (self *ServiceDomainEs) GetMapping() string
func (ServiceDomainEs) IndexID ¶
func (self ServiceDomainEs) IndexID() string
func (*ServiceDomainEs) IndexName ¶
func (self *ServiceDomainEs) IndexName() string
func (self *ServiceDomainEs) TableName() string {
return common.Env+"_service_domain"
}
func (*ServiceDomainEs) Init ¶
func (self *ServiceDomainEs) Init()
func (*ServiceDomainEs) InitDoc ¶
func (self *ServiceDomainEs) InitDoc() baseindex.IndexEsObject
func (*ServiceDomainEs) Mapping ¶
func (self *ServiceDomainEs) Mapping() string
func (*ServiceDomainEs) ObjectKey ¶
func (self *ServiceDomainEs) ObjectKey() string
func (*ServiceDomainEs) PkeyName ¶
func (self *ServiceDomainEs) PkeyName() string
func (*ServiceDomainEs) PkeyValue ¶
func (self *ServiceDomainEs) PkeyValue() string
func (*ServiceDomainEs) Shutdown ¶
func (self *ServiceDomainEs) Shutdown()
func (*ServiceDomainEs) TableName ¶
func (self *ServiceDomainEs) TableName() string
func (*ServiceDomainEs) Unmarshal ¶
func (self *ServiceDomainEs) Unmarshal(data []byte) error
type ServiceDomainEsRequest ¶
type ServiceDomainEsRequest struct {
basedto.BaseEntity
webui.WebuiRequest
ServiceDomainEs `json:"param"`
}
func FindBeanServiceDomainEsRequest ¶
func FindBeanServiceDomainEsRequest() *ServiceDomainEsRequest
FindBeanServiceDomainEsRequest
func NewServiceDomainEsRequest ¶
func NewServiceDomainEsRequest() *ServiceDomainEsRequest
type WebsiteUtmsEs ¶
type WebsiteUtmsEs struct {
basedto.BaseEntity
Active bool `json:"active"`
VisitCount int32 `json:"visit_count"`
PushCount int32 `json:"push_count"`
UrlId int64 `json:"url_id,string"`
UpdatedBy int64 `json:"updated_by,string"`
UpdatedAtInt int64 `json:"updated_at_int,string"`
SyncFlag int64 `json:"sync_flag,string"`
PushMemberId int64 `json:"push_member_id,string"`
PushAtInt int64 `json:"push_at_int,string"`
PageId int64 `json:"page_id,string"`
Id int64 `json:"id,string"`
CreatedBy int64 `json:"created_by,string"`
CreatedAtInt int64 `json:"created_at_int,string"`
AuditBy int64 `json:"audit_by,string"`
AuditAtInt int64 `json:"audit_at_int,string"`
Uuid string `json:"uuid"`
UtmUrl string `json:"utm_url"`
UtmTerm string `json:"utm_term"`
UtmSource string `json:"utm_source"`
UtmMediam string `json:"utm_mediam"`
UtmContent string `json:"utm_content"`
UtmCampaign string `json:"utm_campaign"`
UpdatedByName string `json:"updated_by_name"`
Title string `json:"title"`
SyncResult string `json:"sync_result"`
State string `json:"state"`
ShopId string `json:"shop_id"`
QrCode string `json:"qr_code"`
PushMemberName string `json:"push_member_name"`
PushByType string `json:"push_by_type"`
ObjectType string `json:"object_type"`
ObjectId string `json:"object_id"`
ObjectCode string `json:"object_code"`
MediaId string `json:"media_id"`
Keyword string `json:"keyword"`
ImgIpfs string `json:"img_ipfs"`
HttpUserAgent string `json:"http_user_agent"`
DomainName string `json:"domain_name"`
Description string `json:"description"`
CreatedByName string `json:"created_by_name"`
AuditState string `json:"audit_state"`
AuditRemark string `json:"audit_remark"`
AuditByName string `json:"audit_by_name"`
UpdatedAt time.Time `json:"updated_at"`
PushAt time.Time `json:"push_at"`
CreatedAt time.Time `json:"created_at"`
}
func NewWebsiteUtmsEs ¶
func NewWebsiteUtmsEs() *WebsiteUtmsEs
func (WebsiteUtmsEs) AliasName ¶
func (self WebsiteUtmsEs) AliasName() string
func (*WebsiteUtmsEs) Default ¶
func (self *WebsiteUtmsEs) Default() *webfacade.WebFacade[*WebsiteUtmsEs]
func (*WebsiteUtmsEs) DefaultOf ¶
func (self *WebsiteUtmsEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*WebsiteUtmsEs]
func (*WebsiteUtmsEs) EsFill ¶
func (self *WebsiteUtmsEs) EsFill(p any) error
func (*WebsiteUtmsEs) EsFindId ¶
func (self *WebsiteUtmsEs) EsFindId() *pagemodel.IchubResult[*WebsiteUtmsEs]
func (*WebsiteUtmsEs) GetMapping ¶
func (self *WebsiteUtmsEs) GetMapping() string
func (WebsiteUtmsEs) IndexID ¶
func (self WebsiteUtmsEs) IndexID() string
func (*WebsiteUtmsEs) IndexName ¶
func (self *WebsiteUtmsEs) IndexName() string
func (self *WebsiteUtmsEs) TableName() string {
return common.Env+"_website_utms"
}
func (*WebsiteUtmsEs) Init ¶
func (self *WebsiteUtmsEs) Init()
func (*WebsiteUtmsEs) InitDoc ¶
func (self *WebsiteUtmsEs) InitDoc() baseindex.IndexEsObject
func (*WebsiteUtmsEs) Mapping ¶
func (self *WebsiteUtmsEs) Mapping() string
func (*WebsiteUtmsEs) ObjectKey ¶
func (self *WebsiteUtmsEs) ObjectKey() string
func (*WebsiteUtmsEs) PkeyName ¶
func (self *WebsiteUtmsEs) PkeyName() string
func (*WebsiteUtmsEs) PkeyValue ¶
func (self *WebsiteUtmsEs) PkeyValue() string
func (*WebsiteUtmsEs) Shutdown ¶
func (self *WebsiteUtmsEs) Shutdown()
func (*WebsiteUtmsEs) TableName ¶
func (self *WebsiteUtmsEs) TableName() string
func (*WebsiteUtmsEs) Unmarshal ¶
func (self *WebsiteUtmsEs) Unmarshal(data []byte) error
type WebsiteUtmsEsRequest ¶
type WebsiteUtmsEsRequest struct {
basedto.BaseEntity
webui.WebuiRequest
WebsiteUtmsEs `json:"param"`
}
func FindBeanWebsiteUtmsEsRequest ¶
func FindBeanWebsiteUtmsEsRequest() *WebsiteUtmsEsRequest
FindBeanWebsiteUtmsEsRequest
func NewWebsiteUtmsEsRequest ¶
func NewWebsiteUtmsEsRequest() *WebsiteUtmsEsRequest
type WebsiteVisitsEs ¶
type WebsiteVisitsEs struct {
basedto.BaseEntity
Active bool `json:"active"`
VisitDuration int32 `json:"visit_duration"`
WebsiteId int64 `json:"website_id,string"`
VisitorShopId int64 `json:"visitor_shop_id,string"`
UtmId int64 `json:"utm_id,string"`
UpdatedBy int64 `json:"updated_by,string"`
UpdatedAtInt int64 `json:"updated_at_int,string"`
ShopId int64 `json:"shop_id,string"`
PageShopId int64 `json:"page_shop_id,string"`
PageId int64 `json:"page_id,string"`
Id int64 `json:"id,string"`
CreatedBy int64 `json:"created_by,string"`
CreatedAtInt int64 `json:"created_at_int,string"`
VisitorType string `json:"visitor_type"`
VisitorName string `json:"visitor_name"`
VisitorId string `json:"visitor_id"`
VisitIp string `json:"visit_ip"`
VisitAtInt string `json:"visit_at_int"`
Uuid string `json:"uuid"`
UtmSource string `json:"utm_source"`
Url string `json:"url"`
UpdatedByName string `json:"updated_by_name"`
Token string `json:"token"`
Title string `json:"title"`
State string `json:"state"`
ReferUrl string `json:"refer_url"`
PageType string `json:"page_type"`
PageShopName string `json:"page_shop_name"`
Os string `json:"os"`
ObjectType string `json:"object_type"`
ObjectCode string `json:"object_code"`
MenuName string `json:"menu_name"`
Keyword string `json:"keyword"`
DomainName string `json:"domain_name"`
Description string `json:"description"`
CreatedByName string `json:"created_by_name"`
ComponentName string `json:"component_name"`
ComponentId string `json:"component_id"`
ColumnId string `json:"column_id"`
ClickUrl string `json:"click_url"`
Browser string `json:"browser"`
VisitAt time.Time `json:"visit_at"`
UpdatedAt time.Time `json:"updated_at"`
CreatedAt time.Time `json:"created_at"`
}
func FindBeanWebsiteVisitsEs ¶
func FindBeanWebsiteVisitsEs() *WebsiteVisitsEs
FindBeanWebsiteVisitsEs
func NewWebsiteVisitsEs ¶
func NewWebsiteVisitsEs() *WebsiteVisitsEs
func (WebsiteVisitsEs) AliasName ¶
func (self WebsiteVisitsEs) AliasName() string
func (*WebsiteVisitsEs) Default ¶
func (self *WebsiteVisitsEs) Default() *webfacade.WebFacade[*WebsiteVisitsEs]
func (*WebsiteVisitsEs) DefaultOf ¶
func (self *WebsiteVisitsEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*WebsiteVisitsEs]
func (*WebsiteVisitsEs) EsFill ¶
func (self *WebsiteVisitsEs) EsFill(p any) error
func (*WebsiteVisitsEs) EsFindId ¶
func (self *WebsiteVisitsEs) EsFindId() *pagemodel.IchubResult[*WebsiteVisitsEs]
func (*WebsiteVisitsEs) GetMapping ¶
func (self *WebsiteVisitsEs) GetMapping() string
func (WebsiteVisitsEs) IndexID ¶
func (self WebsiteVisitsEs) IndexID() string
func (*WebsiteVisitsEs) IndexName ¶
func (self *WebsiteVisitsEs) IndexName() string
func (self *WebsiteVisitsEs) TableName() string {
return common.Env+"_website_visits"
}
func (*WebsiteVisitsEs) Init ¶
func (self *WebsiteVisitsEs) Init()
func (*WebsiteVisitsEs) InitDoc ¶
func (self *WebsiteVisitsEs) InitDoc() baseindex.IndexEsObject
func (*WebsiteVisitsEs) Mapping ¶
func (self *WebsiteVisitsEs) Mapping() string
func (*WebsiteVisitsEs) ObjectKey ¶
func (self *WebsiteVisitsEs) ObjectKey() string
func (*WebsiteVisitsEs) PkeyName ¶
func (self *WebsiteVisitsEs) PkeyName() string
func (*WebsiteVisitsEs) PkeyValue ¶
func (self *WebsiteVisitsEs) PkeyValue() string
func (*WebsiteVisitsEs) Shutdown ¶
func (self *WebsiteVisitsEs) Shutdown()
func (*WebsiteVisitsEs) TableName ¶
func (self *WebsiteVisitsEs) TableName() string
func (*WebsiteVisitsEs) Unmarshal ¶
func (self *WebsiteVisitsEs) Unmarshal(data []byte) error
type WebsiteVisitsEsRequest ¶
type WebsiteVisitsEsRequest struct {
basedto.BaseEntity
webui.WebuiRequest
WebsiteVisitsEs `json:"param"`
}
func FindBeanWebsiteVisitsEsRequest ¶
func FindBeanWebsiteVisitsEsRequest() *WebsiteVisitsEsRequest
FindBeanWebsiteVisitsEsRequest
func NewWebsiteVisitsEsRequest ¶
func NewWebsiteVisitsEsRequest() *WebsiteVisitsEsRequest
Click to show internal directories.
Click to hide internal directories.