Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiLogger ¶
type MultiLogger struct {
// contains filtered or unexported fields
}
MultiLogger log job status in multiple StatusLogger implementation
func NewMultiLogger ¶
func NewMultiLogger(statusLoggers []protocol.StatusLogger) *MultiLogger
NewMultiLogger is constructor
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store to store status
func (*Store) GetLatestStatusByIDandType ¶
func (s *Store) GetLatestStatusByIDandType(jobID string, jobType job.Type) (*protocol.Status, error)
GetLatestStatusByIDandType to get latest status of profile or audit by job Partition and job Type
func (*Store) GetStatusLogByIDandType ¶
GetStatusLogByIDandType to get status history of profile or audit by job Partition and job Type
Click to show internal directories.
Click to hide internal directories.