chore
This commit is contained in:
parent
63fb12901b
commit
ff5cc66a55
@ -33,7 +33,8 @@ func CreateSubscription(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NotifyCallback(c *gin.Context) {
|
func NotifyCallback(c *gin.Context) {
|
||||||
//xaddr := c.Param("xaddr")
|
xaddr := c.Param("xaddr")
|
||||||
|
log.Printf("NotifyCallback xaddr: %s", xaddr)
|
||||||
|
|
||||||
var notify event.Notify
|
var notify event.Notify
|
||||||
envelope := gosoap.NewSOAPEnvelope(¬ify)
|
envelope := gosoap.NewSOAPEnvelope(¬ify)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user