mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 22:33:23 +00:00
Create your own functionk working.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user