Documentation
¶
Index ¶
Constants ¶
View Source
const CertificateDownloadPath = "/_golazy/local-development-ca.pem"
View Source
const DevToolsWorkspacePath = "/.well-known/appspecific/com.chrome.devtools.json"
View Source
const ExtensionHandshakeBody = "i love being lazy"
View Source
const ExtensionHandshakePath = "/_golazy/extension"
View Source
const HTTPSProbePath = "/_golazy/https-ready"
View Source
const PanelClientPath = "/_golazy/assets/panel.js"
View Source
const PanelClientRootID = "golazy-dev-panel-root"
View Source
const PanelPrefix = "/_golazy"
View Source
const ReloadPath = "/__lazy/reload"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.1.17
type Option func(*options)
func WithCertificateAuthority ¶ added in v0.1.17
func WithCertificateAuthority(authority *customcertservice.Authority) Option
func WithCertificatePaths ¶ added in v0.1.17
func WithCertificatePaths(paths customcertservice.Paths) Option
func WithLocalHTTPS ¶ added in v0.1.17
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) BroadcastReload ¶
func (s *Server) BroadcastReload()
func (*Server) ClearTarget ¶
func (s *Server) ClearTarget()
Click to show internal directories.
Click to hide internal directories.