aboutsummaryrefslogtreecommitdiffstats
path: root/util.go
blob: 6b5049e46e53584ec22cd83d60d0b75fb2feb39c (plain)
1
2
3
4
5
6
7
8
9
package main

type EmailAddress string
type Password string
type Url string

// "Slug" string with limited ASCII character set, good for URLs.
// Lowercase alphanumeric plus '_' allowed. 
type ShortName string