Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ENV = envy.Get("GO_ENV", "development")
ENV is used to help switch settings based on where the application is being run. Default is "development".
Functions ¶
func AboutHandler ¶
AboutHandler is a default handler to serve up memory of 18.20.
Types ¶
type InstancesResource ¶
InstancesResource manages instances of load generators.
func (InstancesResource) Create ¶
func (v InstancesResource) Create(c buffalo.Context) error
Create runs new generator instance. This function is mapped to the path POST /instances
func (InstancesResource) Destroy ¶
func (v InstancesResource) Destroy(c buffalo.Context) error
Destroy stops given instance and removes it from the instances list. This function is mapped to the path DELETE /instances/{instance_id}
Click to show internal directories.
Click to hide internal directories.