Discovery Nats automate

This commit is contained in:
mr
2024-08-22 15:04:01 +02:00
parent c8a1377851
commit 6c28684859
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ func (d NATSMethod) GenerateKey(name string) string {
}
func (d NATSMethod) String() string {
return [...]string{"remove", "create"}[d]
return [...]string{"remove", "create", "discovery"}[d]
}
type natsCaller struct{}