Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "theme"
Variables ¶
View Source
var ( OptionTheme = fx.Provide(NewTheme) OptionLoader = fx.Provide( fx.Annotate( theme.NewRepositoryLoader, fx.As(new(theme.Loader)), ), ) )
View Source
var Module = fx.Module( ModuleName, OptionTheme, )
Functions ¶
func NewTheme ¶
func NewTheme(params ThemeParams) theme.Theme
Types ¶
Click to show internal directories.
Click to hide internal directories.