Documentation
¶
Index ¶
- Constants
- type Service
- func (s *Service) Clear() error
- func (s *Service) Download(semver semver.Semver) error
- func (s *Service) Exists(semver semver.Semver) (bool, error)
- func (s *Service) Install(semver semver.Semver) error
- func (s *Service) List() error
- func (s *Service) Uninstall(semver semver.Semver, logMissing bool) error
Constants ¶
View Source
const CACHE_FOLDER = "export-templates"
View Source
const TEMP_FOLDER = "templates"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
Environment *environment.Environment
Config *config.Config
}
func New ¶
func New(environment *environment.Environment, config *config.Config) *Service
Click to show internal directories.
Click to hide internal directories.