Versions in this module Expand all Collapse all v5 v5.3.17 Mar 1, 2025 v5.3.16 Mar 1, 2025 v5.3.15 Mar 1, 2025 v5.3.14 Feb 5, 2025 Changes in this version + type ArgsCreate struct + BindID int64 + Des string + DesFiles pq.Int64Array + Level int + LevelType int + OrgID int64 + Params CoreSQLConfig.FieldsConfigsType + ParentID int64 + Title string + UserID int64 + type ArgsDeleteByBind struct + BindID int64 + OrgID int64 + type ArgsDeleteByID struct + ID int64 + OrgID int64 + UserID int64 + type ArgsDeleteByOrg struct + OrgID int64 + type ArgsDeleteByUser struct + OrgID int64 + UserID int64 + type ArgsGetAnalysisAvg struct + BindID int64 + OrgID int64 + TimeType string + UserID int64 + type ArgsGetAnalysisAvgOne struct + BindID int64 + OrgID int64 + TimeType string + type ArgsGetList struct + BindID int64 + CommentID int64 + IsRemove bool + LevelMax int + LevelMin int + LevelType int + OrgID int64 + Pages CoreSQLPages.ArgsDataList + ParentID int64 + Search string + UserID int64 + type ArgsUpdate struct + Des string + DesFiles pq.Int64Array + ID int64 + Level int + LevelType int + OrgID int64 + Params CoreSQLConfig.FieldsConfigsType + Title string + UserID int64 + type Comment struct + OrgDeleteComment bool + System string + TableName string + UserDeleteComment bool + UserEditComment bool + UserMoreComment bool + func (t *Comment) Create(args *ArgsCreate) (data FieldsComment, err error) + func (t *Comment) DeleteByBind(args *ArgsDeleteByBind) (err error) + func (t *Comment) DeleteByID(args *ArgsDeleteByID) (err error) + func (t *Comment) DeleteByOrg(args *ArgsDeleteByOrg) (err error) + func (t *Comment) DeleteByUser(args *ArgsDeleteByUser) (err error) + func (t *Comment) GetAnalysisAvg(args *ArgsGetAnalysisAvg) (dataList []DataGetAnalysisAvg, err error) + func (t *Comment) GetAnalysisAvgOne(args *ArgsGetAnalysisAvgOne) (resultData int, err error) + func (t *Comment) GetByID(id int64) (data FieldsComment) + func (t *Comment) GetCountByFrom(bindID int64) (count int64) + func (t *Comment) GetList(args *ArgsGetList) (dataList []FieldsComment, dataCount int64, err error) + func (t *Comment) Update(args *ArgsUpdate) (err error) + type DataGetAnalysisAvg struct + Count int + DayTime string + type DataGetAnalysisAvgOne struct + Count int + type FieldsComment struct + BindID int64 + CommentID int64 + CreateAt time.Time + DeleteAt time.Time + Des string + DesFiles pq.Int64Array + ID int64 + Level int + LevelType int + OrgID int64 + Params CoreSQLConfig.FieldsConfigsType + ParentID int64 + Title string + UserID int64