Versions in this module Expand all Collapse all v1 v1.0.0 Nov 1, 2024 Changes in this version + func SendActionEvents(op dyngo.Operation, actions map[string]any) + type Action interface + EmitData func(op dyngo.Operation) + func NewBlockAction(params map[string]any) []Action + func NewRedirectAction(params map[string]any) []Action + func NewStackTraceAction(params map[string]any) []Action + type BlockGRPC struct + func (a *BlockGRPC) EmitData(op dyngo.Operation) + type BlockHTTP struct + func (a *BlockHTTP) EmitData(op dyngo.Operation) + type GRPCWrapper func() (uint32, error) + type StackTraceAction struct + Event *stacktrace.Event + func (a *StackTraceAction) EmitData(op dyngo.Operation)