One new great parser, deprecated all other parsers (gitlab, gitea).

This commit is contained in:
2019-03-05 19:31:13 +05:00
parent b13cf6ecec
commit c93fa504ad
11 changed files with 50 additions and 863 deletions

View File

@@ -24,5 +24,5 @@ import (
type ParserInterface interface {
Initialize()
ParseMessage(message slackmessage.SlackMessage) map[string]string
ParseMessage(message slackmessage.SlackMessage) map[string]interface{}
}