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.
Click to show internal directories.
Click to hide internal directories.