Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpeningResponse ¶
type OpeningResponse struct {
ID uint64 `json:"id"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt time.Time `json:"deletedAt,omitempty"`
Role string `json:"role"`
Company string `json:"company"`
Location string `json:"location"`
Remote bool `json:"remote"`
Link string `json:"link"`
Salary int64 `json:"salary"`
}
Click to show internal directories.
Click to hide internal directories.