Versions in this module Expand all Collapse all v0 v0.0.1 Apr 21, 2023 Changes in this version + type Core struct + func New(opts ...Option) *Core + func (core *Core) Run(ctx context.Context) error + func (core *Core) Stop() (err error) + type Option func(core *Core) + func WithRegistry(r registry.Registry) Option + func WithServers(srvs ...Server) Option + type Server interface + Run func(ctx context.Context) error + Stop func(ctx context.Context) error