- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for plugin_3_fn1 (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/callbacks_test.go
createCallback := db.Callback().Create() createCallback.Before("*").Register("plugin_1_fn1", c1) createCallback.After("*").Register("plugin_1_fn2", c2) if ok, msg := assertCallbacks(createCallback, []string{"c1", "c2"}); !ok { t.Errorf("callbacks tests failed, got %v", msg) } // plugin 2 createCallback.Before("*").Register("plugin_2_fn1", c3) if ok, msg := assertCallbacks(createCallback, []string{"c3", "c1", "c2"}); !ok {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Mar 26 03:33:36 GMT 2024 - 7.2K bytes - Click Count (0)