Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllAppTypes = []AppType{ AppTypeAPI, AppTypeWeb, }
View Source
var AllBackgroundJobs = []BackgroundJob{ BackgroundJobBasic, BackgroundJobSQS, BackgroundJobAsynq, BackgroundJobNone, }
View Source
var AllDatabases = []Database{ DatabaseSQLite3, DatabasePostgres, DatabaseMySQL, DatabaseNone, }
Functions ¶
Types ¶
type BackgroundJob ¶ added in v0.40.0
type BackgroundJob string
const ( BackgroundJobBasic BackgroundJob = "basic" BackgroundJobSQS BackgroundJob = "sqs" BackgroundJobAsynq BackgroundJob = "asynq" BackgroundJobNone BackgroundJob = "none" )
func (BackgroundJob) IsValid ¶ added in v0.40.0
func (t BackgroundJob) IsValid() bool
type FileExclusions ¶
type FileRenames ¶
Click to show internal directories.
Click to hide internal directories.