mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-15 03:05:17 +00:00
10 lines
194 B
Nim
10 lines
194 B
Nim
# this module will be further extended in PR
|
|
# https://github.com/status-im/nim-libp2p/pull/107/
|
|
|
|
import ../../utility
|
|
|
|
type ValidationResult* {.pure, public.} = enum
|
|
Accept
|
|
Reject
|
|
Ignore
|