char/pkg/register/plugin.go

6 lines
60 B
Go

package register
type Plugin interface {
About() string
}