Documentation ¶
Rendered for windows/amd64
Overview ¶
Package evtbookmark provides helpers for working with Windows Event Log Bookmarks
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark interface { Handle() evtapi.EventBookmarkHandle Update(evtapi.EventRecordHandle) error Render() (string, error) Close() }
Bookmark is an interface for handling Windows Event Log Bookmarks https://learn.microsoft.com/en-us/windows/win32/wes/bookmarking-events
type Option ¶
type Option func(*bookmark) error
Option type for option pattern for New bookmark constructor
func WithWindowsEventLogAPI ¶
func WithWindowsEventLogAPI(api evtapi.API) Option
WithWindowsEventLogAPI sets the API implementation used by the bookmark
Click to show internal directories.
Click to hide internal directories.