package
Version:
v0.0.0-...-2479739
Opens a new window with list of versions in this module.
Published: Apr 4, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Content struct {
Title *string `json:"title"`
Description *string `json:"description"`
Products []*Product `json:"products"`
}
type Product struct {
Sku string `json:"sku"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.