package domaintest import "github.com/brianvoe/gofakeit/v6" func RandServerKey() string { return gofakeit.LetterN(5) }