Documentation
¶
Index ¶
Constants ¶
View Source
const (
CommandName = "stack"
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(opts *options.TerragruntOptions) *cli.Command
Types ¶
type CustomFileProvider ¶
type CustomFileProvider struct {
// contains filtered or unexported fields
}
func (*CustomFileProvider) ClientMode ¶
func (p *CustomFileProvider) ClientMode(u *url.URL) (getter.ClientMode, error)
ClientMode determines if we're getting a directory or single file
func (*CustomFileProvider) Get ¶
func (p *CustomFileProvider) Get(dst string, u *url.URL) error
Get implements downloading functionality
func (*CustomFileProvider) GetFile ¶
func (p *CustomFileProvider) GetFile(dst string, u *url.URL) error
GetFile implements single file download
func (*CustomFileProvider) SetClient ¶
func (p *CustomFileProvider) SetClient(c *getter.Client)
SetClient sets the client for this provider
Click to show internal directories.
Click to hide internal directories.