Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinPort = 3000 MaxPort = 65535 )
Variables ¶
View Source
var AllowedGitOptions = []Git{Yes, No}
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database string
These are all the current databases supported. If you want to add any, just add a line below here and remember include it in the `AllowedDBDrivers` slice.
type Git ¶
type Git bool
func (*Git) IsGitEnabled ¶
IsGitEnabled checks if the Git feature is enabled. It returns true if Git is enabled, otherwise false.
Click to show internal directories.
Click to hide internal directories.