Fix username collision for shared channels sync update (#25578)

* fix username collision for shared channels sync update

* ensure both return types are handled

* remove unused interface
Этот коммит содержится в:
Doug Lauder
2023-12-01 11:32:14 -05:00
коммит произвёл GitHub
родитель f6d41bcf5b
Коммит 57a87d8ca5
3 изменённых файлов: 22 добавлений и 11 удалений

Просмотреть файл

@@ -70,11 +70,6 @@ type errNotFound interface {
IsErrNotFound() bool
}
// errInvalidInput allows checking against Store.ErrInvalidInput errors without making Store a dependency.
type errInvalidInput interface {
InvalidInputInfo() (entity string, field string, value any)
}
// Service provides shared channel synchronization.
type Service struct {
server ServerIface