[#1573] added LiveChat OAuth2 provider

Co-authored-by: Marios Antonoudiou <m.antonoudiou@celonis.com>
This commit is contained in:
Gani Georgiev
2023-01-12 22:12:34 +02:00
parent ba7c8e2108
commit 55c6bed57f
45 changed files with 336 additions and 233 deletions
+2
View File
@@ -110,6 +110,8 @@ func NewProviderByName(name string) (Provider, error) {
return NewStravaProvider(), nil
case NameGitee:
return NewGiteeProvider(), nil
case NameLivechat:
return NewLivechatProvider(), nil
default:
return nil, errors.New("Missing provider " + name)
}