invite/redeem.go

6 lines
140 B
Go

package invite
// returns the email allowed for this invite
func (i *InviteKV) Redeem(given_url string) string {
// check URL signature
}