Documentation ¶
Index ¶
Constants ¶
View Source
const ( StageRoute = "Stage" StopStagingRoute = "StopStaging" StagingCompletedRoute = "StagingCompleted" )
Variables ¶
View Source
var Routes = rata.Routes{ {Path: "/v1/staging/:staging_guid", Method: "PUT", Name: StageRoute}, {Path: "/v1/staging/:staging_guid", Method: "DELETE", Name: StopStagingRoute}, {Path: "/v1/staging/:staging_guid/completed", Method: "POST", Name: StagingCompletedRoute}, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
fake_backend
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
fakes
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
cmd
|
|
Click to show internal directories.
Click to hide internal directories.