char/pkg/register/plugin.go

6 lines
60 B
Go
Raw Normal View History

2022-11-01 14:26:54 +01:00
package register
type Plugin interface {
About() string
}