Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoPreactApp ¶
type GoPreactApp struct {
// contains filtered or unexported fields
}
func NewGoPreactApp ¶
func NewGoPreactApp( options GoPreactAppOptions, ) *GoPreactApp
func (*GoPreactApp) Bundle ¶
func (gp *GoPreactApp) Bundle() error
func (*GoPreactApp) BundleClient ¶
func (gp *GoPreactApp) BundleClient() error
func (*GoPreactApp) BundleServer ¶
func (gp *GoPreactApp) BundleServer() (err error)
func (*GoPreactApp) RenderHTML ¶
func (gp *GoPreactApp) RenderHTML(w io.Writer, url string) error
Click to show internal directories.
Click to hide internal directories.