Documentation ¶
Index ¶
- type BookkeepingWrapper
- func (bk *BookkeepingWrapper) CreateFlp(name string, hostName string, runNumber int32)
- func (bk *BookkeepingWrapper) CreateLog(text string, title string, runNumbers string, parentLogId int32)
- func (bk *BookkeepingWrapper) CreateRun(activityId string, nDetectors int, nEpns int, nFlps int, runNumber int32, ...)
- func (bk *BookkeepingWrapper) GetLogs()
- func (bk *BookkeepingWrapper) GetRuns()
- func (bk *BookkeepingWrapper) UpdateFlp(flpId int32, name string, nSubtimeframes int32, nEquipmentBytes int32, ...)
- func (bk *BookkeepingWrapper) UpdateRun(runNumber int32, runResult string, timeO2End time.Time, timeTrgEnd time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookkeepingWrapper ¶
type BookkeepingWrapper struct{}
func Instance ¶
func Instance() *BookkeepingWrapper
func (*BookkeepingWrapper) CreateFlp ¶
func (bk *BookkeepingWrapper) CreateFlp(name string, hostName string, runNumber int32)
func (*BookkeepingWrapper) CreateLog ¶
func (bk *BookkeepingWrapper) CreateLog(text string, title string, runNumbers string, parentLogId int32)
func (*BookkeepingWrapper) GetLogs ¶
func (bk *BookkeepingWrapper) GetLogs()
func (*BookkeepingWrapper) GetRuns ¶
func (bk *BookkeepingWrapper) GetRuns()
Click to show internal directories.
Click to hide internal directories.