with handling for do
This commit is contained in:
@@ -18,6 +18,7 @@ type About struct {
|
||||
|
||||
type Plugin interface {
|
||||
About(ctx context.Context) (*About, error)
|
||||
Do(ctx context.Context, commandName string, args map[string]string) error
|
||||
}
|
||||
|
||||
const PluginKey = "plugin"
|
||||
|
Reference in New Issue
Block a user