Documentation
¶
Index ¶
Constants ¶
View Source
const ActionModalDiscountFilterShow = "modal_discount_filter_show"
View Source
const ActionModalProductFilterShow = "modal_product_filter_show"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(options UiOptionsInterface) (hb.TagInterface, error)
Types ¶
type UiOptionsInterface ¶
type UiOptionsInterface interface {
GetResponseWriter() http.ResponseWriter
SetResponseWriter(http.ResponseWriter) UiOptionsInterface
GetRequest() *http.Request
SetRequest(*http.Request) UiOptionsInterface
GetStore() shopstore.StoreInterface
SetStore(shopstore.StoreInterface) UiOptionsInterface
GetLogger() *slog.Logger
SetLogger(*slog.Logger) UiOptionsInterface
GetLayout() Layout
SetLayout(Layout) UiOptionsInterface
GetHomeURL() string
SetHomeURL(string) UiOptionsInterface
GetWebsiteUrl() string
SetWebsiteUrl(string) UiOptionsInterface
Validate() error
}
func NewUiOptions ¶
func NewUiOptions() UiOptionsInterface
Click to show internal directories.
Click to hide internal directories.