Remove duplicated Secret struct

Signed-off-by: Jonatas Baldin <jonatas.baldin@gmail.com>
This commit is contained in:
Jonatas Baldin
2019-10-03 18:44:23 -03:00
committed by Alex Ellis
parent 1cc93860d4
commit 22b15fb0a9

View File

@ -16,10 +16,3 @@ type AsyncReport struct {
type DeleteFunctionRequest struct {
FunctionName string `json:"functionName"`
}
// Secret for underlying orchestrator
type Secret struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Value string `json:"value,omitempty"`
}