fix char ls bugs
This commit is contained in:
@@ -11,3 +11,5 @@ type About struct {
|
||||
type Plugin interface {
|
||||
About(ctx context.Context) (*About, error)
|
||||
}
|
||||
|
||||
const PluginKey = "plugin"
|
||||
|
Reference in New Issue
Block a user