10 lines
155 B
Go
10 lines
155 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"srs.epita.fr/fic-server/admin/sync"
|
||
|
)
|
||
|
|
||
|
func RegisterChecksHooks(h *sync.CheckHooks) {
|
||
|
h.RegisterFileHook(InspectFileForIPAddr)
|
||
|
}
|