Discover Packages
github.com/irshadpalayadan/job-service-pg-based
graph
model
package
Version:
v0.0.0-...-8c8a4b5
Opens a new window with list of versions in this module.
Published: Jul 22, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CreateJobListingInput struct {
Title string `json:"title"`
Description string `json:"description"`
Company string `json:"company"`
URL string `json:"url"`
}
type DeleteJobResponse struct {
DeleteJobID string `json:"deleteJobId"`
}
type JobListing struct {
ID string `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Company string `json:"company"`
URL string `json:"url"`
}
type UpdateJobListingInput struct {
Title *string `json:"title,omitempty"`
Description *string `json:"description,omitempty"`
URL *string `json:"url,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.