Change PEER golang:alpine

This commit is contained in:
mr
2026-02-09 15:48:34 +01:00
parent 86368a89ef
commit 5556a96da7
3 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ import (
)
func ListenNATS() {
fmt.Println("ListenNATS")
tools.NewNATSCaller().ListenNats(map[tools.NATSMethod]func(tools.NATSResponse){
tools.CREATE_PEER: func(resp tools.NATSResponse) {
if resp.FromApp == config.GetAppName() {