dendrite/federationapi/routing/openid.go
2020-11-17 11:17:31 -05:00

15 lines
102 B
Go

package routing
/*
import (
"net/http"
)
func GetInvite(
httpReq *http.Request,
) {
return
}
*/