mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 15:23:21 +00:00
7 lines
76 B
Go
7 lines
76 B
Go
|
|
package chat
|
||
|
|
|
||
|
|
type ChatConfig struct {
|
||
|
|
Url string
|
||
|
|
SplitCount int
|
||
|
|
}
|