Initial commit
This commit is contained in:
10
service/nsq/types.go
Normal file
10
service/nsq/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
type (
|
||||
NSQMessage struct {
|
||||
Name string `json:"name"`
|
||||
ID string `json:"id"`
|
||||
Date string `json:"date"`
|
||||
Completed bool `json:"completed"`
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user