Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerFunc ¶
type ArtifactLocator ¶
type HistoryStore ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg config.ServeConfig, analysisCfg config.AnalysisConfig) (*Service, error)
func (*Service) CurrentReport ¶
func (*Service) CurrentStatus ¶
type Status ¶
type Status struct {
Ready bool `json:"ready"`
LastError string `json:"last_error,omitempty"`
HistorySize int `json:"history_size"`
GeneratedAt string `json:"generated_at,omitempty"`
Decision string `json:"decision,omitempty"`
InputArtifact *report.InputArtifact `json:"input_artifact,omitempty"`
Summary report.Summary `json:"summary"`
Profiles []StatusProfile `json:"profiles,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.