Further organisation of code
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
package database
|
package database
|
||||||
|
|
||||||
|
import (
|
||||||
|
"git.fjla.uk/owlboard/mq-client/helpers"
|
||||||
|
"git.fjla.uk/owlboard/mq-client/types"
|
||||||
|
)
|
||||||
|
|
||||||
func PutMany(collection string, data []Service) bool {
|
func PutMany(collection string, data []Service) bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
1
src/mqClient/client.go
Normal file
1
src/mqClient/client.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package mqClient
|
||||||
Reference in New Issue
Block a user