Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionsEndPoint = "/api/actions" InstanceEndpoint = "/api/instances/:instanceId/actions/:actionId" )
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(c *config.ActionSvcConfig)
Types ¶
type OrcaloopClient ¶
type OrcaloopClient struct {
// contains filtered or unexported fields
}
func (*OrcaloopClient) Register ¶
func (oc *OrcaloopClient) Register(actionHandler handlers.ActionHandler) (err error)
func (*OrcaloopClient) Respond ¶
func (oc *OrcaloopClient) Respond(actionSpec models.ActionSpec, pipeline *data.Pipeline) (err error)
Click to show internal directories.
Click to hide internal directories.