package
4.5.1+incompatible
Repository: https://github.com/sourcegraph/sourcegraph.git
Documentation: pkg.go.dev

# Functions

Branding returns the last valid value of branding in the site configuration.
ExternalURL returns the fully-resolved, externally accessible frontend URL.
PermissionsUserMapping returns the last valid value of permissions user mapping in the site configuration.
SetBranding sets a valid value for the branding.
SetExternalURL sets the fully-resolved, externally accessible frontend URL.
SetPermissionsUserMapping sets a valid value for the permissions user mapping.
WatchBranding watches for changes in the `branding` site configuration so that changes are reflected in what is returned by the Branding function.
WatchExternalURL watches for changes in the `externalURL` site configuration so that changes are reflected in what is returned by the ExternalURL function.
WatchPermissionsUserMapping watches for changes in the `permissions.userMapping` site configuration so that changes are reflected in what is returned by the PermissionsUserMapping function.

# Variables

ConfigurationServerFrontendOnly provides the contents of the site configuration to other services and manages modifications to it.