Skip to content

Commit

Permalink
added description to integration kind
Browse files Browse the repository at this point in the history
  • Loading branch information
malekvictor committed Nov 5, 2020
1 parent 7bb9a90 commit e7694fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ type IntegrationKind struct {
// Integration unique name
Kind string `json:"kind"`

// Integration title
// Plugin title
Title string `json:"title"`

// Integration template
Template Integration `json:"template"`

// Path to icon
Icon string `json:"icon"`

// Plugin description
Description string `json:"description"`
}

// Complete integrations data, as received from server
Expand Down

0 comments on commit e7694fa

Please sign in to comment.