with any instead
This commit is contained in:
parent
12880e9ab3
commit
f38f4764a7
@ -10,9 +10,8 @@ import (
|
||||
type GoCliPlugin struct{}
|
||||
|
||||
// Do implements register.Plugin
|
||||
func (*GoCliPlugin) Do(ctx context.Context, commandName string, args map[string]string) error {
|
||||
log.Print("hit do")
|
||||
return nil
|
||||
func (*GoCliPlugin) Do(ctx context.Context, cmd *register.DoCommand) error {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
func (*GoCliPlugin) About(ctx context.Context) (*register.About, error) {
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
type GoCliPlugin struct{}
|
||||
|
||||
// Do implements register.Plugin
|
||||
func (*GoCliPlugin) Do(ctx context.Context, commandName string, args map[string]string) error {
|
||||
func (*GoCliPlugin) Do(ctx context.Context, cmd *register.DoCommand) error {
|
||||
panic("unimplemented")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user