Logs
Patchset ps-42
refactor: unsub method to interface
Eric Bower
cmd/authorized_keys/main.go
+18
-1
multicast.go
+20
-0
pubsub.go
+7
-4
refactor: unsub method to interface
fix(cmd): proper cleanup with ssh session is closed (e.g. ctr+c)
cmd/authorized_keys/main.go
link
+18
-1
+18
-1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
multicast.go
link
+20
-0
+20
-0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|
pubsub.go
link
+7
-4
+7
-4
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|