with rust do as well
This commit is contained in:
parent
52f44f7c2e
commit
60623df003
@ -9,6 +9,11 @@ import (
|
|||||||
|
|
||||||
type GoCliPlugin struct{}
|
type GoCliPlugin struct{}
|
||||||
|
|
||||||
|
// Do implements register.Plugin
|
||||||
|
func (*GoCliPlugin) Do(ctx context.Context, commandName string, args map[string]string) error {
|
||||||
|
panic("unimplemented")
|
||||||
|
}
|
||||||
|
|
||||||
func (*GoCliPlugin) About(ctx context.Context) (*register.About, error) {
|
func (*GoCliPlugin) About(ctx context.Context) (*register.About, error) {
|
||||||
return ®ister.About{
|
return ®ister.About{
|
||||||
Name: "rust",
|
Name: "rust",
|
||||||
|
Loading…
Reference in New Issue
Block a user