Liking cljdoc? Tell your friends :D

teleward.logging

Configure Logback manually by a config map. An XML file in the resources firectory is not an options as:

  1. we need do build the config dynamically, and
  2. it doesn't work with GraalVM/native-image. See https://stackoverflow.com/questions/16910955/
Configure Logback manually by a config map.
An XML file in the `resources` firectory is not an options as:
1) we need do build the config dynamically, and
2) it doesn't work with GraalVM/native-image.
See https://stackoverflow.com/questions/16910955/
raw docstring

teleward.main

The main entry point of the program.

The main entry point of the program.
raw docstring

teleward.state.atom

An atom-driven state that tracks a map like chat-id => user => {attrs} inside.

An atom-driven state that tracks a map like
chat-id => user => {attrs}
inside.
raw docstring

teleward.version

Get the current version baked into the jar with the lein-project-version plugin.

Get the current version baked into the jar
with the `lein-project-version` plugin.
raw docstring

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

× close