Documentation ¶ Index ¶ type Notice func DefineNotice(id uint64, name string, paramNames []string) *Notice func (n *Notice) Name() string func (n *Notice) String() string type NoticeState type Runtime func NewRuntime(verbose bool) *Runtime func (rt *Runtime) AllowNotice(n *Notice) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Notice ¶ type Notice struct { // contains filtered or unexported fields } func DefineNotice ¶ func DefineNotice(id uint64, name string, paramNames []string) *Notice func (*Notice) Name ¶ func (n *Notice) Name() string func (*Notice) String ¶ func (n *Notice) String() string type NoticeState ¶ type NoticeState struct { // contains filtered or unexported fields } type Runtime ¶ type Runtime struct { // contains filtered or unexported fields } func NewRuntime ¶ func NewRuntime(verbose bool) *Runtime func (*Runtime) AllowNotice ¶ func (rt *Runtime) AllowNotice(n *Notice) bool TODO: , params ...uint64 Source Files ¶ View all Source files notice.goruntime.goutil.go Click to show internal directories. Click to hide internal directories.