package ports type Module interface { Name() string CommandPrefix() string }