Go format API types

This commit is contained in:
stefanprodan
2019-01-20 14:10:10 +02:00
parent bd6d446cb8
commit f7a439274e
+2 -2
View File
@@ -134,8 +134,8 @@ type CanaryWebhook struct {
// CanaryWebhookPayload holds the deployment info and metadata sent to webhooks
type CanaryWebhookPayload struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Name string `json:"name"`
Namespace string `json:"namespace"`
Metadata map[string]string `json:"metadata,omitempty"`
}