shithub: mycel

ref: cfb823e911e3a63f0a2fd3e10e4f6be8dc16a327
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
}