Documentation ¶
Index ¶
- func Init()
- type DestinationCountResult
- type HandleT
- type StashRpcHandler
- func (s *StashRpcHandler) GetDSFailedJobs(arg string, result *string) (err error)
- func (s *StashRpcHandler) GetDSJobCount(arg string, result *string) (err error)
- func (s *StashRpcHandler) GetDSList(_ string, result *string) (err error)
- func (s *StashRpcHandler) GetDSStats(dsName string, result *string) (err error)
- func (s *StashRpcHandler) GetJobByID(arg string, result *string) (err error)
- func (s *StashRpcHandler) GetJobIDStatus(arg string, result *string) (err error)
- type StoreErrorOutputT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DestinationCountResult ¶
type HandleT ¶
type HandleT struct {
// contains filtered or unexported fields
}
type StashRpcHandler ¶
type StashRpcHandler struct {
ReadOnlyJobsDB jobsdb.ReadonlyJobsDB
}
func (*StashRpcHandler) GetDSFailedJobs ¶
func (s *StashRpcHandler) GetDSFailedJobs(arg string, result *string) (err error)
func (*StashRpcHandler) GetDSJobCount ¶
func (s *StashRpcHandler) GetDSJobCount(arg string, result *string) (err error)
func (*StashRpcHandler) GetDSList ¶
func (s *StashRpcHandler) GetDSList(_ string, result *string) (err error)
func (*StashRpcHandler) GetDSStats ¶
func (s *StashRpcHandler) GetDSStats(dsName string, result *string) (err error)
GetDSStats
ProcErrorsByDestinationCount ================================================================================ │───────│─────────────│──────────────────────────────────│ │ COUNT │ DESTINATION │ ERROR │ │───────│─────────────│──────────────────────────────────│ │ 3 │ GA │ "server side identify is not on" │ │───────│─────────────│──────────────────────────────────│
func (*StashRpcHandler) GetJobByID ¶
func (s *StashRpcHandler) GetJobByID(arg string, result *string) (err error)
func (*StashRpcHandler) GetJobIDStatus ¶
func (s *StashRpcHandler) GetJobIDStatus(arg string, result *string) (err error)
type StoreErrorOutputT ¶
Click to show internal directories.
Click to hide internal directories.