first commit
This commit is contained in:
7
models/clients.go
Normal file
7
models/clients.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Clients map[string]*Client
|
||||
|
||||
func NewClients() Clients {
|
||||
return make(Clients)
|
||||
}
|
Reference in New Issue
Block a user