Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidRouteError ¶
type InvalidRouteError struct {
Route string
}
func (InvalidRouteError) Error ¶
func (e InvalidRouteError) Error() string
type MapRouteError ¶
func (MapRouteError) Error ¶
func (e MapRouteError) Error() string
type ReadFileError ¶
type ReadFileError struct {
Err error
}
func (ReadFileError) Error ¶
func (e ReadFileError) Error() string
type RouteMapper ¶
RouteMapper will map additional routes to an application at deploy time if they are specified in the manifest.
func (RouteMapper) PushFinishedEventHandler ¶
func (r RouteMapper) PushFinishedEventHandler(event push.PushFinishedEvent) error
Click to show internal directories.
Click to hide internal directories.