mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-18 12:06:36 +00:00
Update to newer faas-provider
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
583f5ad1b0
commit
dca036ee51
2
vendor/github.com/openfaas/faas-provider/types/model.go
generated
vendored
2
vendor/github.com/openfaas/faas-provider/types/model.go
generated
vendored
@ -118,5 +118,5 @@ type FunctionStatus struct {
|
||||
|
||||
// CreatedAt is the time read back from the faas backend's
|
||||
// data store for when the function or its container was created.
|
||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||
CreatedAt time.Time `json:"createdAt,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user