Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileLoadLineString ¶ added in v1.1.5
func FileSaveLineString ¶ added in v1.1.5
Types ¶
type Counter ¶ added in v1.1.5
type Counter struct {
// contains filtered or unexported fields
}
func NewCounter ¶ added in v1.1.5
func NewCounter() *Counter
type Limiter ¶ added in v1.1.5
type Limiter struct {
// contains filtered or unexported fields
}
func NewLimiter ¶ added in v1.1.5
func (*Limiter) LimitReached ¶ added in v1.1.5
func (*Limiter) ResetLimiter ¶ added in v1.1.5
func (l *Limiter) ResetLimiter()
type ProductlayoutParse ¶
type ProductlayoutParse struct { ProductContent *model_public.ProductContentComponent ProductDetail *model_public.ProductDetailComponent ProductMedia *model_public.MediaComponent }
func ParseProductLayoutComponents ¶
func ParseProductLayoutComponents(components model_public.PDPListComponents) *ProductlayoutParse
Click to show internal directories.
Click to hide internal directories.