Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllDatabases = []Database{ DatabaseNone, DatabaseSQLite3, DatabasePostgres, DatabaseMySQL, DatabaseMariaDB, }
View Source
var AllQueues = []Queue{ QueueNone, QueueSQS, }
Functions ¶
func IsDirectoryEmpty ¶ added in v0.48.0
func RemoveEmptyDirs ¶ added in v0.48.0
Types ¶
type FileExclusion ¶ added in v0.56.0
type FileRename ¶ added in v0.56.0
type Project ¶
type Project struct { Name string Database Database Queue Queue SMTP bool Storage bool Redis bool ServeHTML bool // contains filtered or unexported fields }
func NewProject ¶ added in v0.48.0
func (*Project) ExcludeFile ¶ added in v0.56.0
func (*Project) RenameFiles ¶ added in v0.56.0
func (*Project) UsesDockerOnDev ¶ added in v0.54.0
Click to show internal directories.
Click to hide internal directories.