Documentation ¶
Overview ¶
Utility service to upload Tropo Recordings and serve Audio Files as an alternative to Trop File Storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recorder ¶
type Recorder struct { UploadRoute string // URI to store files (POST) UploadDirectory string // directory to which files are stored FormIdentifier string // entry under which the file can be retrieved NameFileFromForm bool // if set, the recorder stores the uploaded file with the name that appears in the form data file DownloadRoute string // URI to retreive files (GET) DownloadDirectory string // directory from which files are served }
func (*Recorder) RegisterHandlers ¶
func (app *Recorder) RegisterHandlers()
Click to show internal directories.
Click to hide internal directories.