ai pubsub
Some checks failed
Build and Publish / BuildAndDeployArm64 (push) Failing after 16s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m1s

This commit is contained in:
matst80
2025-11-18 22:48:18 +01:00
parent 7fd6b22c6b
commit a7aab5161b
5 changed files with 161 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ type GrainPool[V any] interface {
AddRemoteHost(host string)
IsHealthy() bool
IsKnown(string) bool
GetPubSub() *PubSub
Close()
}