Documentation ¶
Index ¶
- func CreateBlob(w http.ResponseWriter, r *http.Request)
- func GetBlob(w http.ResponseWriter, r *http.Request)
- func GetCurrentUserResume(w http.ResponseWriter, r *http.Request)
- func GetUpdateUserResume(w http.ResponseWriter, r *http.Request)
- func GetUserResume(w http.ResponseWriter, r *http.Request)
- func SetupController(route *mux.Route)
- func UpdateBlob(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBlob ¶ added in v0.4.0
func CreateBlob(w http.ResponseWriter, r *http.Request)
Endpoint to create and store a blob
func GetBlob ¶ added in v0.4.0
func GetBlob(w http.ResponseWriter, r *http.Request)
Endpoint to get a blob
func GetCurrentUserResume ¶
func GetCurrentUserResume(w http.ResponseWriter, r *http.Request)
Endpoint to get the current user's resume
func GetUpdateUserResume ¶
func GetUpdateUserResume(w http.ResponseWriter, r *http.Request)
Endpoint to update the specified user's resume
func GetUserResume ¶
func GetUserResume(w http.ResponseWriter, r *http.Request)
Endpoint to get a specified user's resume
func SetupController ¶
func UpdateBlob ¶ added in v0.4.0
func UpdateBlob(w http.ResponseWriter, r *http.Request)
Endpoint to update a blob
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.