Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NavigationHandler ¶
type NavigationHandler func(WebKitLoadEvent, string)
type WebKitLoadEvent ¶
type WebKitLoadEvent int
const ( WebkitLoadStarted WebKitLoadEvent = iota WebkitLoadRedirected WebkitLoadCommitted WebkitLoadFinished )
type WebView ¶
type WebView struct {
// contains filtered or unexported fields
}
func New ¶
func New( cfg config.WebkitConfig, navHandle NavigationHandler, reqHandle RequestHandler, eventChan <-chan models.BackendEvent) (*WebView, error)
Click to show internal directories.
Click to hide internal directories.