Documentation ¶
Index ¶
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
}
Service implements data service interface which adds language information to the responses
func NewService ¶
func NewService(changes lookout.ChangeGetter, files lookout.FileGetter) *Service
NewService creates new enry Service
func (*Service) GetChanges ¶
func (s *Service) GetChanges(ctx context.Context, req *lookout.ChangesRequest) (lookout.ChangeScanner, error)
GetChanges returns a ChangeScanner that scans all changes according to the request.
func (*Service) GetFiles ¶
func (s *Service) GetFiles(ctx context.Context, req *lookout.FilesRequest) (lookout.FileScanner, error)
GetFiles returns a FilesScanner that scans all files according to the request.
Click to show internal directories.
Click to hide internal directories.