mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-27 21:48:48 +02:00
code fmt change.
This commit is contained in:
parent
00fc3afcd7
commit
d7671942a6
10 changed files with 54 additions and 52 deletions
|
@ -28,6 +28,7 @@ type ScreencastManagerCtx struct {
|
|||
image types.Sample
|
||||
}
|
||||
|
||||
// timeout between intervals, when screencast pipeline is checked
|
||||
const screencastTimeout = 5 * time.Second
|
||||
|
||||
func screencastNew(enabled bool, pipelineStr string) *ScreencastManagerCtx {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue