Remove code duplicated during a rebase

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
This commit is contained in:
Lucas Roesler
2017-11-13 08:13:51 +01:00
committed by Alex Ellis
parent 156103e2db
commit fe7dd9068f
2 changed files with 0 additions and 13 deletions

View File

@ -21,9 +21,6 @@ type CreateFunctionRequest struct {
// EnvVars provides overrides for functions.
EnvVars map[string]string `json:"envVars"`
// Secrets is a list of secrets required for the orchestration layer to provide
Secrets []string `json:"secrets"`
// RegistryAuth is the registry authentication (optional)
// in the same encoded format as Docker native credentials
// (see ~/.docker/config.json)