Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAssetsFSRequiredInProd = errors.New("WithAssetsFS is required in production mode (BIFROST_DEV not set)") ErrManifestMissingInAssetsFS = errors.New("manifest.json not found in embedded assets") ErrEmbeddedRuntimeNotFound = errors.New("embedded runtime helper not found; run 'bifrost-build' to generate it") ErrEmbeddedRuntimeExtraction = errors.New("failed to extract embedded runtime") ErrEmbeddedRuntimeStart = errors.New("failed to start embedded runtime") )
View Source
var BunRendererDevSource string
View Source
var BunRendererProdSource string
Functions ¶
func ExtractEmbeddedRuntime ¶
func HasEmbeddedRuntime ¶
Types ¶
type BifrostError ¶
type BifrostError struct {
Message string
Stack string
Errors []ErrorDetail
}
func (*BifrostError) Error ¶
func (e *BifrostError) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClientFromExecutable ¶
func (*Client) BuildWithTarget ¶
type ErrorDetail ¶
Click to show internal directories.
Click to hide internal directories.