refactor: removed redundant loop mechanism in wholescreencapturer
This commit is contained in:
@@ -21,7 +21,5 @@ package screencapturer
|
||||
|
||||
type ScreenCapturer interface {
|
||||
Init() error
|
||||
Start() error
|
||||
Stop() error
|
||||
Get() (filepath string, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user