added unlinked controller; change create forwarded to createOrUpdate; added global proxy mutex

This commit is contained in:
2026-04-09 12:50:26 +02:00
parent 79a991f001
commit 8b2c1d0390
8 changed files with 563 additions and 159 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func NewLogger(subj string) *Logger {
}
}
func xxxNewLogger() *Logger {
func NewUnamedLogger() *Logger {
return &Logger{
writer: output,
mtx: &mtx,