Requests update

This commit is contained in:
Alex 2017-05-08 13:36:56 +01:00 committed by Alex Ellis
parent 9e3eaea754
commit 201d2c20de

View File

@ -5,8 +5,12 @@ package requests
// CreateFunctionRequest create a function in the swarm.
type CreateFunctionRequest struct {
// Service corresponds to a Docker Service
Service string `json:"service"`
Image string `json:"image"`
// Image corresponds to a Docker image
Image string `json:"image"`
// Network is a Docker overlay network in Swarm - the default value is func_functions
Network string `json:"network"`
// EnvProcess corresponds to the fprocess variable for your container watchdog.