v0.0.353 add scn.sendmessage
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m16s

This commit is contained in:
2024-01-04 12:38:03 +01:00
parent 0eda32b725
commit ef78b7467b
6 changed files with 213 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ var (
TypeUnauthorized = NewType("UNAUTHORIZED", langext.Ptr(401))
TypeAuthFailed = NewType("AUTH_FAILED", langext.Ptr(401))
// other values come the used package
// other values come from the downstream application that uses goext
)
var registeredTypes = dataext.SyncSet[string]{}