Further organisation of code

This commit is contained in:
Fred Boniface 2023-07-15 23:03:44 +01:00
parent 0b134ee666
commit 5fda3411b3
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,10 @@
package database
import (
"git.fjla.uk/owlboard/mq-client/helpers"
"git.fjla.uk/owlboard/mq-client/types"
)
func PutMany(collection string, data []Service) bool {
return false
}

1
src/mqClient/client.go Normal file
View File

@ -0,0 +1 @@
package mqClient