schemas

package
v0.0.0-...-1db4df5 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Opening

type Opening struct {
	gorm.Model
	Role        string
	Company     string
	Description string
	Location    string
	Remote      bool
	Link        string
	Salary      int64
}

type OpeningResponse

type OpeningResponse struct {
	ID          uint      `json:"id"`
	CreatedAt   time.Time `json:"createdAt"`
	UpdatedAt   time.Time `json:"updatedAt"`
	DeletedAt   time.Time `json:"deteledAt,omitempty"`
	Role        string    `json:"role"`
	Company     string    `json:"company"`
	Description string    `json:"description"`
	Location    string    `json:"location"`
	Remote      bool      `json:"remote"`
	Link        string    `json:"link"`
	Salary      int64     `json:"salary"`
}

Jump to

Keyboard shortcuts

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