Documentation
¶
Overview ¶
Package paths centralizes filesystem path helpers and constants.
Index ¶
- func HTMLPage(in string) string
- func HTMLTemplate() string
- func Seperator() string
- type FileSystemPath
- func Application() FileSystemPath
- func Backups() FileSystemPath
- func Config() FileSystemPath
- func Data() FileSystemPath
- func Database() FileSystemPath
- func Defaults() FileSystemPath
- func Dumps() FileSystemPath
- func HTML() FileSystemPath
- func HTMLTemplates() FileSystemPath
- func Images() FileSystemPath
- func Logs() FileSystemPath
- func Res() FileSystemPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTMLTemplate ¶
func HTMLTemplate() string
Types ¶
type FileSystemPath ¶
type FileSystemPath struct {
// contains filtered or unexported fields
}
func Application ¶
func Application() FileSystemPath
func Backups ¶
func Backups() FileSystemPath
func Config ¶
func Config() FileSystemPath
func Data ¶
func Data() FileSystemPath
func Database ¶
func Database() FileSystemPath
func Defaults ¶
func Defaults() FileSystemPath
func Dumps ¶
func Dumps() FileSystemPath
func HTML ¶
func HTML() FileSystemPath
func HTMLTemplates ¶
func HTMLTemplates() FileSystemPath
func Images ¶
func Images() FileSystemPath
func Logs ¶
func Logs() FileSystemPath
func Res ¶
func Res() FileSystemPath
func (*FileSystemPath) Is ¶
func (F *FileSystemPath) Is(in FileSystemPath) bool
func (FileSystemPath) String ¶
func (f FileSystemPath) String() string
Click to show internal directories.
Click to hide internal directories.