Discovery Nats automate
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user