Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 3c34a07

Browse files
committed
fixed unable to start plugins issue
1 parent 201a84c commit 3c34a07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entity/public_plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package entity
33
type PublicPlugin struct {
44
Id int `json:"id"`
55
Name string `json:"name"`
6+
ShortName string `json:"short_name"`
67
FullName string `json:"full_name"`
78
Description string `json:"description"`
89
HtmlUrl string `json:"html_url"`

0 commit comments

Comments
 (0)