replay

package
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JumpBackward stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchBackward,
		"3m",
	)

	return replay
}
View Source
var JumpForward stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchForward,
		"3m",
	)

	return replay
}
View Source
var SearchEmpty stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionBeginning,
		R.ActionSearchForward,
		"asdf",
		"enter",
	)

	return replay
}
View Source
var SearchProgress stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchForward,
		"query",
		"enter",
		R.ProgressEvent{Percent: 60},
	)

	return replay
}
View Source
var SearchTimeBackward stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchBackward,
		"query",
	)

	return replay
}
View Source
var SearchTimeForward stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchForward,
		"query",
	)

	return replay
}
View Source
var Searching stories.InitFunc = func(ctx context.Context) mux.Screen {
	replay := createStory(
		ctx,
		createTestSession(),
		R.ActionSearchForward,
		"query",
		"enter",
	)

	return replay
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL