Documentation
¶
Index ¶
Constants ¶
View Source
const DevModeMwdd string = "docker"
DevModeMwdd value for DevMode that will use the docker/mediawiki-docker-dev command set.
Variables ¶
View Source
var DevModeValues = AllowedOptions([]string{DevModeMwdd})
DevModeValues allowed values for DevMode.
Functions ¶
Types ¶
type AllowedOptions ¶
type AllowedOptions []string
AllowedOptions representation of allowed options for a config value.
func (AllowedOptions) Contains ¶
func (cao AllowedOptions) Contains(value string) bool
Contains do the allowed options contain this value.
Click to show internal directories.
Click to hide internal directories.