teamlead-dashboard/internal/pkg/widgets/widget.go

6 lines
60 B
Go

package widgets
type Widget interface {
Render() string
}