Categorygithub.com/grokify/commonchat
modulepackage
0.3.15
Repository: https://github.com/grokify/commonchat.git
Documentation: pkg.go.dev

# README

CommonChat

Build Status Lint Status Go Report Card Docs License

CommonChat is an abstraction library for chat / team messaging services like Glip and Slack. It currently includes two parts:

  • Common message format - After converting a message to the commonchat.Message format, the libraries can be used to convert to individula chat services.
  • Webhook clients - Given a webhook URL, the clients use the commonchat.Adapter interface to enable webhook API calls using the commonchat.Message format.

It is currently used with the Chathooks webhook formatting service:

https://github.com/grokify/chathooks

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

EmojiToURL function takes a `Sprintf` `format` string and emoji string with or without surrounding colons (`:`) and returns a URL.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author