Further organisation of code
This commit is contained in:
parent
0b134ee666
commit
5fda3411b3
@ -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
|
Loading…
Reference in New Issue
Block a user