func Register(r *gin.RouterGroup, s *Service)
Service defines a handler service for workflows.
type Service struct {
// contains filtered or unexported fields
}
func Bootstrap(conf *config.ChaosDashboardConfig, store core.WorkflowStore, logger logr.Logger) *Service
func NewService(conf *config.ChaosDashboardConfig, store core.WorkflowStore, logger logr.Logger) *Service