Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2019 v0.1.0 Jul 23, 2018 Changes in this version + var ErrNotHost = errors.New("connected service is not a host") + type Config struct + EnableHop bool + Host string + type Host = ihost.Host + type Service struct + func (s *Service) Config() interface{} + func (s *Service) Desc() string + func (s *Service) ID() string + func (s *Service) Name() string + func (s *Service) Needs() map[string]struct{} + func (s *Service) Plug(exposed map[string]interface{}) error + func (s *Service) Run(ctx context.Context, running, stopping func()) error + func (s *Service) SetConfig(config interface{}) error