stash

package
v0.0.0-...-0ade494 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init()

Types

type DestinationCountResult

type DestinationCountResult struct {
	Count    int
	DestName string
	Error    string
}

type HandleT

type HandleT struct {
	// contains filtered or unexported fields
}

func New

func New() *HandleT

func (*HandleT) Setup

func (st *HandleT) Setup(errorDB jobsdb.JobsDB, transientSource transientsource.Service)

func (*HandleT) Start

func (st *HandleT) Start(ctx context.Context)

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

type StoreErrorOutputT struct {
	Location string
	Error    error
}

Jump to

Keyboard shortcuts

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