mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 22:17:25 +00:00
6 lines
111 B
Go
6 lines
111 B
Go
package entity
|
|
|
|
type Plugin struct {
|
|
Id string `json:"id,omitempty"`
|
|
Name string `json:"name,omitempty"`
|
|
}
|