Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultLogoBase64 ¶
func DefaultLogoBase64() string
func RenderUIFiles ¶
func RenderUIFiles(provider SystemConfigProvider) error
func RenderUIFilesInDir ¶
func RenderUIFilesInDir(dir string, provider SystemConfigProvider) error
Types ¶
type SystemConfigProvider ¶
type SystemConfigProvider interface {
GetSystemConfig(context.Context) (*models.SystemConfig, error)
}
Click to show internal directories.
Click to hide internal directories.