Documentation ¶ Index ¶ type Service func NewService(path string, logger util.Logger) (*Service, error) func (s *Service) Close() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(path string, logger util.Logger) (*Service, error) func (*Service) Close ¶ func (s *Service) Close() Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.