Versions in this module Expand all Collapse all v0 v0.0.1 Jun 17, 2021 Changes in this version + type Option func(*options) + func WithContext(ctx context.Context) Option + func WithEndpoint(eps ...string) Option + func WithMetadata(md map[string]string) Option + func WithName(name string) Option + func WithRegistry(r registry.Registry) Option + func WithServer(ss ...server.Server) Option + func WithSignal(b bool) Option + func WithVersion(ver string) Option + type Service struct + func NewService(opts ...Option) Service + func (s *Service) Run() error