package module type Module interface { Init() error Start() error Stop() error Bind(data ...any) Module }