Liking cljdoc? Tell your friends :D

dda.pallet.dda-serverspec-crate.convention


either-pred-schemacljmacro

(either-pred-schema schema pred & keys)

e.g. (either-pred-schema {:x s/Int} s/Int :a :b) returns hashmap schema which requires schema and at least one :a or :b be an Int note: conditionals cannot be merged top-level: https://github.com/plumatic/schema/issues/375

e.g. (either-pred-schema {:x s/Int} s/Int :a :b)
returns hashmap schema which requires schema and at least one :a or :b be an Int
note: conditionals cannot be merged top-level: https://github.com/plumatic/schema/issues/375
sourceraw docstring

fact-id-fileclj

source

infra-configurationclj

(infra-configuration convention-config)

Inputs: [convention-config :- ServerTestConventionConfig] Returns: InfraResult

Inputs: [convention-config :- ServerTestConventionConfig]
Returns: InfraResult
sourceraw docstring

InfraResultclj

source

ip-versionclj

(ip-version s)

Inputs: [s :- s/Str]

Inputs: [s :- s/Str]
sourceraw docstring

ip?clj

(ip? s)

Inputs: [s :- s/Str]

Inputs: [s :- s/Str]
sourceraw docstring

IprouteConventionConfigclj

source

ipv4?clj

(ipv4? s)

Inputs: [s :- s/Str]

Inputs: [s :- s/Str]
sourceraw docstring

ipv6?clj

(ipv6? s)

Inputs: [s :- s/Str]

Inputs: [s :- s/Str]
sourceraw docstring

ServerTestConventionConfigclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close