Documentation ¶
Index ¶
- func CreateHTTPClient(timeout int, invokeProtocol string) *http.Client
- func DeserializeDandelionResponse(function *common.Function, body []byte, record *metric.ExecutionRecord) error
- func DeserializeDirigentResponse(body []byte, record *mc.ExecutionRecord) error
- func HandleBodyClosing(response *http.Response)
- type ActivationMetadata
- type DandelionDeserializeResponse
- type DandelionRequest
- type FunctionResponse
- type HTTPResBody
- type InputItem
- type InputSet
- type Invoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeDirigentResponse ¶
func DeserializeDirigentResponse(body []byte, record *mc.ExecutionRecord) error
func HandleBodyClosing ¶
Types ¶
type ActivationMetadata ¶
type DandelionDeserializeResponse ¶
type DandelionDeserializeResponse struct {
Sets []InputSet `bson:"sets"`
}
type DandelionRequest ¶
type FunctionResponse ¶
type HTTPResBody ¶
type Invoker ¶
type Invoker interface {
Invoke(*common.Function, *common.RuntimeSpecification) (bool, *metric.ExecutionRecord)
}
func CreateInvoker ¶
Click to show internal directories.
Click to hide internal directories.