Documentation
¶
Overview ¶
Copyright © 2021 Mirco Veltri <github@mircoveltri.me>
Use of this source code is governed by Apache 2.0 license that can be found in the LICENSE file.
Index ¶
- type SveltinPathMaker
- func (maker *SveltinPathMaker) GetAPIFolder() string
- func (maker *SveltinPathMaker) GetConfigFolder() string
- func (maker *SveltinPathMaker) GetContentFolder() string
- func (maker *SveltinPathMaker) GetLibFolder() string
- func (maker *SveltinPathMaker) GetPathToExistingResources() string
- func (maker *SveltinPathMaker) GetPathToPublicPages() string
- func (maker *SveltinPathMaker) GetProjectConfigFolder(project string) string
- func (maker *SveltinPathMaker) GetProjectContentFolder(project string) string
- func (maker *SveltinPathMaker) GetProjectRoot(project string) string
- func (maker *SveltinPathMaker) GetProjectThemesFolder(project string) string
- func (maker *SveltinPathMaker) GetResourceContentFilename() string
- func (maker *SveltinPathMaker) GetResourceLibFilename(artifact string) string
- func (maker *SveltinPathMaker) GetRootFolder() string
- func (maker *SveltinPathMaker) GetRoutesFolder() string
- func (maker *SveltinPathMaker) GetStaticFolder() string
- func (maker *SveltinPathMaker) GetThemeComponentsFolder() string
- func (maker *SveltinPathMaker) GetThemePartialsFolder() string
- func (maker *SveltinPathMaker) GetThemesFolder() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SveltinPathMaker ¶
type SveltinPathMaker struct {
// contains filtered or unexported fields
}
func NewSveltinPathMaker ¶
func NewSveltinPathMaker(conf *config.SveltinConfig) SveltinPathMaker
func (*SveltinPathMaker) GetAPIFolder ¶
func (maker *SveltinPathMaker) GetAPIFolder() string
func (*SveltinPathMaker) GetConfigFolder ¶
func (maker *SveltinPathMaker) GetConfigFolder() string
func (*SveltinPathMaker) GetContentFolder ¶
func (maker *SveltinPathMaker) GetContentFolder() string
func (*SveltinPathMaker) GetLibFolder ¶
func (maker *SveltinPathMaker) GetLibFolder() string
func (*SveltinPathMaker) GetPathToExistingResources ¶
func (maker *SveltinPathMaker) GetPathToExistingResources() string
func (*SveltinPathMaker) GetPathToPublicPages ¶
func (maker *SveltinPathMaker) GetPathToPublicPages() string
------------------ EXISTING RESOURCES ------------------
func (*SveltinPathMaker) GetProjectConfigFolder ¶
func (maker *SveltinPathMaker) GetProjectConfigFolder(project string) string
func (*SveltinPathMaker) GetProjectContentFolder ¶
func (maker *SveltinPathMaker) GetProjectContentFolder(project string) string
func (*SveltinPathMaker) GetProjectRoot ¶
func (maker *SveltinPathMaker) GetProjectRoot(project string) string
------------------ PROJECT ------------------
func (*SveltinPathMaker) GetProjectThemesFolder ¶
func (maker *SveltinPathMaker) GetProjectThemesFolder(project string) string
func (*SveltinPathMaker) GetResourceContentFilename ¶
func (maker *SveltinPathMaker) GetResourceContentFilename() string
func (*SveltinPathMaker) GetResourceLibFilename ¶
func (maker *SveltinPathMaker) GetResourceLibFilename(artifact string) string
func (*SveltinPathMaker) GetRootFolder ¶
func (maker *SveltinPathMaker) GetRootFolder() string
------------------ FOLDERS ------------------
func (*SveltinPathMaker) GetRoutesFolder ¶
func (maker *SveltinPathMaker) GetRoutesFolder() string
func (*SveltinPathMaker) GetStaticFolder ¶
func (maker *SveltinPathMaker) GetStaticFolder() string
func (*SveltinPathMaker) GetThemeComponentsFolder ¶
func (maker *SveltinPathMaker) GetThemeComponentsFolder() string
func (*SveltinPathMaker) GetThemePartialsFolder ¶
func (maker *SveltinPathMaker) GetThemePartialsFolder() string
func (*SveltinPathMaker) GetThemesFolder ¶
func (maker *SveltinPathMaker) GetThemesFolder() string
Click to show internal directories.
Click to hide internal directories.