Skip to content

Commit

Permalink
feat: add version flag for the plugin spec
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 22, 2024
1 parent d02960f commit 9a118b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
// KCL Plugin object
type Plugin struct {
Name string
Version string
ResetFunc func()
MethodMap map[string]MethodSpec
}
Expand Down

0 comments on commit 9a118b6

Please sign in to comment.