Home
last modified time | relevance | path

Searched defs:LoadHook (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dmodule_ctx.go1466 type LoadHook func(ctx LoadHookContext) type
1484 func AddLoadHook(module Module, hook LoadHook) {
1492 func AddLoadHookWithPriority(module Module, hook LoadHook, priority int) {