component: Rename and simplification

This commit is contained in:
Tom Wiesing 2022-10-18 09:17:25 +02:00
parent e320bb37bb
commit f7c8a43844
No known key found for this signature in database
26 changed files with 99 additions and 101 deletions

View file

@ -7,7 +7,7 @@ import (
"github.com/tkw1536/goprogram/stream"
)
// Servable implements a component with a Serve method
// Servable is a component that is servable
type Servable interface {
Component