mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-07 10:06:59 +02:00
Works the same way as `talosctl support` but also grabs some relevant Omni resources to help with the diagnostics. Uses `go-talos-support` common module to collect Talos data. Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
18 lines
385 B
Go
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-03-15T17:22:02Z by kres latest.
|
|
|
|
package frontend
|
|
|
|
import "embed"
|
|
|
|
// Dist is an embedded JS frontend release folder.
|
|
//
|
|
//go:embed dist
|
|
var Dist embed.FS
|