helmfile/pkg/config/repos.go

10 lines
201 B
Go

package config
// ReposOptions is the options for the build command
type ReposOptions struct{}
// NewReposOptions creates a new Apply
func NewReposOptions() *ReposOptions {
return &ReposOptions{}
}