Discover Packages
github.com/mbertschler/guiapi
api
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
const (
HTMLReplaceContent HTMLOp = 1
HTMLReplaceElement HTMLOp = 2
HTMLInsertBefore HTMLOp = 3
HTMLInsertAfter HTMLOp = 4
)
type HTMLUpdate struct {
Operation HTMLOp
Selector string
Content string `json:",omitempty"`
}
type JSCall struct {
Name string
Args any `json:",omitempty"`
}
type Stream struct {
Name string
Args any `json:",omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.