Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageStateType ¶
type PageStateType string
var ( PreActionPageState PageStateType = "pre-action" PostActionPageState PageStateType = "post-action" )
type Writer ¶
type Writer interface {
Close() error
LogAction(action *types.Action) error
LogPageState(state *types.PageState, stateType PageStateType) error
LogPageStateScreenshot(pageStateID string, screenshot []byte) error
}
Writer is a writer that writes diagnostics to a directory for the katana headless crawler module.
Click to show internal directories.
Click to hide internal directories.