Added chat microservice, removed air
This commit is contained in:
9
chat-service/repository/chat.go
Normal file
9
chat-service/repository/chat.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package repository
|
||||
|
||||
import (
|
||||
"twitch-clone/chat-service/models"
|
||||
)
|
||||
|
||||
type ChatRepository interface {
|
||||
Store(*models.ChatMessage) error
|
||||
}
|
||||
Reference in New Issue
Block a user