Add Daily recent changes comparison
This commit is contained in:
@@ -18,6 +18,7 @@ type Store interface {
|
||||
PrepareRenderedReport(context.Context, report.Resolved) (string, error)
|
||||
SaveMetadata(context.Context, Metadata) (string, error)
|
||||
FindPriorDailySnapshot(context.Context, report.Resolved) (*PriorSnapshot, error)
|
||||
LoadBriefing(context.Context, string) (briefing.Package, error)
|
||||
}
|
||||
|
||||
type PriorSnapshot struct {
|
||||
|
||||
Reference in New Issue
Block a user