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

6 lines
60 B
Go
Raw Normal View History

2024-02-02 20:53:55 +00:00
package widgets
type Widget interface {
Render() string
}