Documentation ¶ Index ¶ func SetupScreenService() error type ScreenI func GetScreener() ScreenI Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SetupScreenService ¶ func SetupScreenService() error Types ¶ type ScreenI ¶ type ScreenI interface { // Screen sends addresses in packets to address-screening service to analyse and // flag them. Screen(pkt *chain.Packet) (isWhite bool) StoreWhiteStatus(pkt *chain.Packet, isWhite bool) error } func GetScreener ¶ func GetScreener() ScreenI Source Files ¶ View all Source files screen.go Click to show internal directories. Click to hide internal directories.