func Register(r *gin.RouterGroup, s *Service)
Register archives RouterGroup.
Service defines a handler service for archives.
type Service struct {
// contains filtered or unexported fields
}
func NewService(
archive core.ExperimentStore,
archiveSchedule core.ScheduleStore,
event core.EventStore,
workflowStore core.WorkflowStore,
conf *config.ChaosDashboardConfig,
) *Service