Documentation ¶
Index ¶
- Constants
- func Category() *entities.Category
- func CategoryListOpenAPI() *openapi.CategoryList
- func CategoryOpenAPI() *openapi.Category
- func CategoryOpenAPISlice() []openapi.Category
- func CategorySlice() []*entities.Category
- func Config() config.Config
- func Content() *entities.Content
- func ContentListOpenAPI() *openapi.ContentList
- func ContentOpenAPI() *openapi.Content
- func ContentOpenAPISlice() []openapi.Content
- func ContentSlice() []*entities.Content
- func Event() *entities.Event
- func EventListOpenAPI() *openapi.EventList
- func EventOpenAPI() *openapi.Event
- func EventOpenAPISlice() []openapi.Event
- func EventSlice() []*entities.Event
- func Image() *entities.Image
- func ImageConfig() imageproxy.ImageConfig
- func ImageConfigMap() map[string]imageproxy.ImageConfig
- func ImageOpenAPI() *openapi.Image
- func ImageOpenAPISlice() []openapi.Image
- func ImageSlice() []*entities.Image
- func Manufacturer() *entities.Manufacturer
- func ManufacturerListOpenAPI() *openapi.ManufacturerList
- func ManufacturerOpenAPI() *openapi.Manufacturer
- func ManufacturerOpenAPISlice() []openapi.Manufacturer
- func ManufacturerSlice() []*entities.Manufacturer
- func MultipartMultipleFiles() (*bytes.Buffer, *multipart.Writer)
- func MultipartMultipleFilesMap() map[string][]byte
- func MultipartSingleFile() (*bytes.Buffer, *multipart.Writer)
- func MultipartSingleFileMap() map[string][]byte
- func Product() *entities.Product
- func ProductListOpenAPI() *openapi.ProductList
- func ProductOpenAPI() *openapi.Product
- func ProductOpenAPISlice() []openapi.Product
- func ProductSlice() []*entities.Product
- func ResolvedProduct() *entities.ResolvedProduct
- func ResolvedProductOpenAPI() *openapi.ResolvedProduct
Constants ¶
View Source
const ( ImageConfigString = "300_200_FILL" ImageConfigQuery = "img=" + ImageConfigString )
View Source
const ( CategoryID = "1e8d3b8d-fde6-4a66-ace2-14451f46607e" EventID = "fbf8ce5a-5e53-40b6-9a67-7a01862fa51f" ImageID = "ac63a8a0-a24a-4e26-a0c8-f08799d56dd1" ManufacturerID = "eb2b656a-0451-4b1a-8ea7-35f213160b29" ProductID = "8692c633-af6d-4531-8435-de8f145770f8" )
Variables ¶
This section is empty.
Functions ¶
func CategoryListOpenAPI ¶
func CategoryListOpenAPI() *openapi.CategoryList
func CategoryOpenAPI ¶
func CategoryOpenAPISlice ¶
func CategorySlice ¶
func ContentListOpenAPI ¶ added in v0.3.0
func ContentListOpenAPI() *openapi.ContentList
func ContentOpenAPI ¶ added in v0.3.0
func ContentOpenAPISlice ¶ added in v0.3.0
func ContentSlice ¶ added in v0.3.0
func EventListOpenAPI ¶ added in v0.3.0
func EventOpenAPI ¶ added in v0.3.0
func EventOpenAPISlice ¶ added in v0.3.0
func EventSlice ¶ added in v0.3.0
func ImageConfig ¶
func ImageConfig() imageproxy.ImageConfig
func ImageConfigMap ¶
func ImageConfigMap() map[string]imageproxy.ImageConfig
func ImageOpenAPI ¶
func ImageOpenAPISlice ¶
func ImageSlice ¶
func Manufacturer ¶
func Manufacturer() *entities.Manufacturer
func ManufacturerListOpenAPI ¶
func ManufacturerListOpenAPI() *openapi.ManufacturerList
func ManufacturerOpenAPI ¶
func ManufacturerOpenAPI() *openapi.Manufacturer
func ManufacturerOpenAPISlice ¶
func ManufacturerOpenAPISlice() []openapi.Manufacturer
func ManufacturerSlice ¶
func ManufacturerSlice() []*entities.Manufacturer
func MultipartSingleFileMap ¶
func ProductListOpenAPI ¶
func ProductListOpenAPI() *openapi.ProductList
func ProductOpenAPI ¶
func ProductOpenAPISlice ¶
func ProductSlice ¶
func ResolvedProduct ¶
func ResolvedProduct() *entities.ResolvedProduct
func ResolvedProductOpenAPI ¶
func ResolvedProductOpenAPI() *openapi.ResolvedProduct
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.