package models type Clients map[string]*Client func NewClients() Clients { return make(Clients) }