A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
Go to file
diamondburned 086f987b3c Add Stringer into struct repositories
This commit adds the Stringer method representation into the repository.
The Rich struct of package text now implements Stringer and returns the
Content in plain text.

Prior to the repository commits, Rich used to have String().
2020-10-04 10:28:48 -07:00
cmd/internal Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
repository Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
services Auto-create plugin dir 2020-05-22 17:37:32 -07:00
text Add Stringer into struct repositories 2020-10-04 10:28:48 -07:00
utils Reproducible empty interface code generation 2020-10-03 23:24:15 -07:00
.editorconfig Fixed indentation 2020-05-19 20:46:05 -07:00
LICENSE Added the ISC license 2020-07-19 10:44:34 -07:00
README.md Added member list support; moved documentation off README and into GoDoc 2020-07-19 10:37:51 -07:00
cchat.go Fixed UnreadContainer's comment 2020-10-03 23:17:32 -07:00
generator.go Added package empty 2020-10-03 14:31:38 -07:00
go.mod Added a repository for API source of truth 2020-09-26 18:24:56 -07:00
go.sum Added a repository for API source of truth 2020-09-26 18:24:56 -07:00

README.md

cchat

A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.

Refer to the GoDoc for interfaces and documentations.

Known implementations

The following sections contain known cchat implementations. PRs are welcomed for more implementations to be added here.

Backend

Frontend