Documentation ¶ Index ¶ func FilesHandler(r *mux.Router, bucket string) error func HealthcheckHandler(r *mux.Router) error func UploadHandler(r *mux.Router, bucket string) error type UploadInput Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FilesHandler ¶ func FilesHandler(r *mux.Router, bucket string) error FilesHandler ... func HealthcheckHandler ¶ func HealthcheckHandler(r *mux.Router) error HealthcheckHandler ... func UploadHandler ¶ func UploadHandler(r *mux.Router, bucket string) error UploadHandler ... Types ¶ type UploadInput ¶ added in v0.1.1 type UploadInput struct { Filename string Size int64 ContentType string } Source Files ¶ View all Source files files.gohealthcheck.goupload.go Click to show internal directories. Click to hide internal directories.