Documentation ¶ Index ¶ type Host func NewHost(assetsFS embed.FS, mode core.Mode, adapter core.FrameworkAdapter) (*Host, error) func (h *Host) Client() *process.Renderer func (h *Host) IsDev() bool func (h *Host) Manifest() *core.Manifest func (h *Host) ResolveSSRBundlePath(manifestSSRPath string) string func (h *Host) SSRTempDir() string func (h *Host) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Host ¶ type Host struct { // contains filtered or unexported fields } func NewHost ¶ func NewHost(assetsFS embed.FS, mode core.Mode, adapter core.FrameworkAdapter) (*Host, error) func (*Host) Client ¶ func (h *Host) Client() *process.Renderer func (*Host) IsDev ¶ func (h *Host) IsDev() bool func (*Host) Manifest ¶ func (h *Host) Manifest() *core.Manifest func (*Host) ResolveSSRBundlePath ¶ added in v0.1.28 func (h *Host) ResolveSSRBundlePath(manifestSSRPath string) string func (*Host) SSRTempDir ¶ func (h *Host) SSRTempDir() string func (*Host) Stop ¶ func (h *Host) Stop() error Source Files ¶ View all Source files host.go Click to show internal directories. Click to hide internal directories.