Versions in this module Expand all Collapse all v1 v1.0.3 Feb 15, 2022 Changes in this version type WebView + func New2(config *Config, handle windows.Handle) (WebView, error) v1.0.2 Feb 14, 2022 Changes in this version + var Files = map[string][]byte — windows/amd64 + var FilesHashes = map[string][]byte — windows/amd64 + type Config struct + Debug bool + TransportConfig *TransportConfig + URL string + WindowConfig *WindowConfig + type HTTPProxy struct + IP string + Port string + func (p *HTTPProxy) Network() string + func (p *HTTPProxy) String() string + type Hint int + const HintFixed + const HintMax + const HintMin + const HintNone + type Point struct + X int64 + Y int64 + type TransportConfig struct + CertificateAuthorities []x509.Certificate + IgnoreNetworkIsolation bool + InsecureIgnoreCustomProxy bool + Proxy *HTTPProxy + type Visibility int + const VisibilityDefault + const VisibilityMaximized + const VisibilityMinimized + type WebView interface + Destroy func() + Run func() + SetSize func(point *Point, hint Hint) + SetTitle func(title string) + SetURL func(url string) + SetVisibility func(v Visibility) + Terminate func() + Window func() uintptr + func New(config *Config) (WebView, error) + type WindowConfig struct + Path string + Size *Point + Title string + VM uintptr + Visibility Visibility + Window uintptr