domain

package
v0.0.0-...-6346009 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	gorm.Model
	Title       string
	Description string
	Category    int
	User_id     int
}

type ProjectOrders

type ProjectOrders struct {
	gorm.Model
	FreelancerID    int
	ClientID        int
	ProjectID       int
	Payment_status  string
	Delivery_status string
	FreelancerFee   float64
	MarketplaceFee  float64
}

type SingleProject

type SingleProject struct {
	gorm.Model
	ProjectID         int
	Price             float64
	DeliverDays       int
	NumberOfRevisions int
}

type TierProject

type TierProject struct {
	gorm.Model
	ProjectID         int
	Title             string
	Description       string
	Price             float64
	DeliverDays       int
	NumberOfRevisions int
}

Jump to

Keyboard shortcuts

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