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