omni/internal/frontend/frontend.go
Artem Chernyshev 0eed757c82
refactor: convert MachineSetStatus controller to QController
Pretty much replace the controller code, restructure, split it to
smaller chunks and cover with tests.
Extract machine teardown logic to a separate controller.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2024-03-05 17:33:41 +03:00

18 lines
385 B
Go

// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2024-02-28T17:18:34Z by kres latest.
package frontend
import "embed"
// Dist is an embedded JS frontend release folder.
//
//go:embed dist
var Dist embed.FS