watchtogether/backend/internal/ws/structs.go

7 lines
85 B
Go

package ws
type User struct {
ID string `json:"id"`
Name string `json:"name"`
}