mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
15 lines
102 B
Go
15 lines
102 B
Go
package routing
|
|
|
|
/*
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func GetInvite(
|
|
httpReq *http.Request,
|
|
) {
|
|
return
|
|
}
|
|
*/
|