Documentation ¶ Index ¶ type Scanner func NewScanner(logger *zap.SugaredLogger, directory string, window *app.Window) *Scanner func (s *Scanner) GetDllInfos() []*utils.DllInfo func (s *Scanner) Run(gtx layout.Context, e app.FrameEvent, ...) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Scanner ¶ type Scanner struct { // contains filtered or unexported fields } func NewScanner ¶ func NewScanner(logger *zap.SugaredLogger, directory string, window *app.Window) *Scanner func (*Scanner) GetDllInfos ¶ func (s *Scanner) GetDllInfos() []*utils.DllInfo func (*Scanner) Run ¶ func (s *Scanner) Run(gtx layout.Context, e app.FrameEvent, scanDll func(string) (*utils.DllInfo, error)) bool Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.