internal

package
v0.0.0-...-e68a339 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Copyright © 2023 Gabriel Pozo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetData

func GetData(file *os.File, w Wholesalers, log *logrus.Logger) error

GetData will get data from the web of wholesalers, and save that information on the database

Types

type DBProduct

type DBProduct struct {
	Id          string
	Name        string
	Image       string
	Description string
	Price       string
	Stock       string
	Wholesaler  string
}

type InventoryLevel

type InventoryLevel struct {
	Stock string `json:"value"`
}

type MainEntity

type MainEntity struct {
	Id string `json:"@id"`
}

type Offers

type Offers struct {
	Price          string `json:"price"`
	Availability   string `json:"availability"`
	InventoryLevel InventoryLevel
}

type Product

type Product struct {
	MainEntity  MainEntity `json:"mainEntityOfPage"`
	Name        string     `json:"name"`
	Image       string     `json:"image"`
	Description string     `json:"description"`
	Offers      Offers
}

This structs will be use for match JSON data in the web page

type Wholesalers

type Wholesalers struct {
	Login        string `json:"login"`
	User         string `json:"user"`
	Pass         string `json:"pass"`
	Searchpage   string `json:"searchpage"`
	Name         string `json:"name"`
	EndPhrase    string `json:"endphrase"`
	EndPhraseDiv string `json:"endphrasediv"`
}

/////////////////////////////////////////////////////////////////////////////////////// Setup data ///////////////////////////////////////////////////////////////////////////////////////

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL