Skip to content

Commit

Permalink
fixed unable to start plugins issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 3, 2022
1 parent 201a84c commit 3c34a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entity/public_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package entity
type PublicPlugin struct {
Id int `json:"id"`
Name string `json:"name"`
ShortName string `json:"short_name"`
FullName string `json:"full_name"`
Description string `json:"description"`
HtmlUrl string `json:"html_url"`
Expand Down

0 comments on commit 3c34a07

Please sign in to comment.