func()

in operationsbus/hooks.go [31:33]


func (h *HookedApiOperation) BeforeGuardConcurrency(ctx context.Context, op ApiOperation, entity Entity) error {
	return nil
}