contrib/internal/manifests/manifest.go (3 lines of code) (raw):
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
package manifests
import "embed"
// FS embeds the manifests
//
//go:embed workload/*
//go:embed loadprofile/*
var FS embed.FS