Create your own functionk working.

This commit is contained in:
Alex
2017-02-23 09:09:22 +00:00
committed by Alex Ellis
parent 98c9ef67f4
commit fe1e9fc52e
4 changed files with 51 additions and 9 deletions

View File

@ -2,10 +2,10 @@ package requests
// CreateFunctionRequest create a function in the swarm.
type CreateFunctionRequest struct {
Service string `json:"service"`
FProcess string `json:"fprocess"`
Image string `json:"image"`
Network string `json:"network"`
Service string `json:"service"`
Image string `json:"image"`
Network string `json:"network"`
EnvProcess string `json:"envProcess"`
}
type AlexaSessionApplication struct {