mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 00:03:24 +00:00
Vendoring with Glide and delete function handler
This commit is contained in:
@ -8,6 +8,10 @@ type CreateFunctionRequest struct {
|
||||
EnvProcess string `json:"envProcess"`
|
||||
}
|
||||
|
||||
type DeleteFunctionRequest struct {
|
||||
FunctionName string `json:"functionName"`
|
||||
}
|
||||
|
||||
type AlexaSessionApplication struct {
|
||||
ApplicationId string `json:"applicationId"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user