pannel

package
v0.0.0-...-9337120 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pannel

type Pannel struct {
	Folder_name  string `json:"folder_name" db:"folder_name"`
	FolderType   int    `json:"folder_type" db:"folder_type"`
	FolderId     int    `json:"folder_id" db:"folder_id"`
	PannelId     int    `json:"pannel_id" db:"pannel_id"`
	PannelName   string `json:"pannel_name" db:"pannel_name"`
	Managers     string `json:"managers" db:"managers"`
	ReportTables string `json:"report_tables" db:"report_tables"`
	CreateBy     int    `json:"create_by" db:"create_by"`
}

type PannelService

type PannelService struct {
}

func (*PannelService) AddDir

func (this *PannelService) AddDir(data request.NewDir) (err error)

func (*PannelService) AddPannel

func (this *PannelService) AddPannel(data request.NewPannel, managerUid int32) (err error)

func (*PannelService) CopyPannel

func (this *PannelService) CopyPannel(data model.Pannel, managerUid int32) (err error)

func (*PannelService) DeleteDir

func (this *PannelService) DeleteDir(data model.PannelFolder) (err error)

func (*PannelService) DeletePannel

func (this *PannelService) DeletePannel(id int, managerUid int32) (err error)

func (*PannelService) DeleteReportTableByID

func (this *PannelService) DeleteReportTableByID(data model.ReportTable, managerUid int32) (err error)

func (*PannelService) FindNameCount

func (this *PannelService) FindNameCount(data request.FindNameCount, managerUid int32) (count int, err error)

func (*PannelService) FindRtById

func (this *PannelService) FindRtById(id int, managerUid int32) (reportTable model.ReportTable, err error)

func (*PannelService) GetPannelList

func (this *PannelService) GetPannelList(managerUid int32, appid int) (res []Pannel, err error)

func (*PannelService) MovePannel2Dir

func (this *PannelService) MovePannel2Dir(id, folderId int, managerUid int32) (err error)

func (*PannelService) Rename

func (this *PannelService) Rename(pannelName string, id int, managerUid int32) (err error)

func (*PannelService) ReportTableList

func (this *PannelService) ReportTableList(appid int, rtType int8, managerUid int32) (list []model.ReportTable, err error)

func (*PannelService) RtListByAppid

func (this *PannelService) RtListByAppid(appid int) (res map[int]model.ReportTable, err error)

func (*PannelService) UpdatePannelManager

func (this *PannelService) UpdatePannelManager(managers string, id int, managerUid int32) (err error)

func (*PannelService) UpdatePannelRt

func (this *PannelService) UpdatePannelRt(reportTables string, id int, managerUid int32) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL