Blob


1 package mailmux
3 type Server struct {
4 users UserStore
5 }