package slack

  1. Overview
  2. Docs
module type S = sig ... end

APIs signatures--necessary to split the actual implementation in api_remote.ml and mock implementation in api_local.ml