Liking cljdoc? Tell your friends :D

com.cognitect.vase.api

Public functions for submitting a data structure to Vase and getting back routes, specs, and even a whole Pedestal service map.

Public functions for submitting a data structure to Vase and
getting back routes, specs, and even a whole Pedestal service map.
raw docstring

default-service-mapclj

source

dev-modeclj

(dev-mode service-map)
source

execute-startupsclj

(execute-startups service-map)
source

service-mapclj

(service-map spec)
(service-map spec starter-map)

Given a spec, return a Pedestal service-map or :clojure.spec/invalid. If starter-map is provided, the spec's settings will be merged into it. If starter-map is not provided then the default-service-map is used as a starter.

Given a spec, return a Pedestal service-map
or :clojure.spec/invalid. If starter-map is provided, the spec's
settings will be merged into it. If starter-map is not provided then
the `default-service-map` is used as a starter.
sourceraw docstring

start-serviceclj

(start-service service-map)
source

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

× close