shithub: mycel

ref: 29ad10125ebbee01ea914955a33c0be26ee1ae20
dir: /domino/jsfcall/jsfcall.go/

View raw version
package jsfcall

const (
	_ = iota
	Rerror
	Tinit
	Rinit
	Tclick
	Rclick
)

type Msg struct {
	Type    uint8
	Error   string
	Changed bool
	Html  string
}