recorder

package
v0.0.0-...-8f513ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2016 License: MIT Imports: 5 Imported by: 1

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL