Files
rclone/docs/data/backends/embed.go
dougalandNick Craig-Wood c4d87bd6d4 fs/config: add tier to config wizard
This makes the overview from the docs accessible in the code.
2026-07-14 14:16:19 +01:00

10 lines
174 B
Go

// Package backends provides embedded backend config
package backends
import "embed"
//go:embed *.yaml
// BackendFS contains the backend YAML files
var BackendFS embed.FS