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.
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.
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.
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 File
- type Folder
- func GetAPIFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetConfigFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetContentFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetLibFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetRootFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetRoutesFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetStaticFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func GetThemesFolder(maker *pathmaker.SveltinPathMaker) *Folder
- func NewFolder(name string) *Folder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Name string TemplateId string TemplateData *config.TemplateData // contains filtered or unexported fields }
func (*File) GetTemplateData ¶
func (f *File) GetTemplateData() *config.TemplateData
func (*File) GetTemplateId ¶
type Folder ¶
type Folder struct { Name string // contains filtered or unexported fields }
func GetAPIFolder ¶
func GetAPIFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetConfigFolder ¶
func GetConfigFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetContentFolder ¶
func GetContentFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetLibFolder ¶
func GetLibFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetRootFolder ¶
func GetRootFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetRoutesFolder ¶
func GetRoutesFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetStaticFolder ¶
func GetStaticFolder(maker *pathmaker.SveltinPathMaker) *Folder
func GetThemesFolder ¶
func GetThemesFolder(maker *pathmaker.SveltinPathMaker) *Folder
func (*Folder) GetComponents ¶
func (f *Folder) GetComponents() []component
Click to show internal directories.
Click to hide internal directories.