type RestoreCmd struct {
Key string `help:"Key for a cache entry." env:"INPUT_KEY"`
Path string `help:"Path list for a cache entry." env:"INPUT_PATH"`
Endpoint string `help:"Endpoint for a cache entry." env:"INPUT_ENDPOINT"`
}
type SaveCmd struct {
Key string `help:"Key for a cache entry." env:"INPUT_KEY"`
Path string `help:"Path list for a cache entry." env:"INPUT_PATH"`
Endpoint string `help:"Endpoint for a cache entry." env:"INPUT_ENDPOINT"`
}