go-eureka-client
go-eureka-client copied to clipboard
feature - update status
Some go services in my company have to wait for loading a large model or long-initializing.
So I need an interface to update the service status.
This PR can make go-eureka-client to update an instance status in the eureka server using UpdateStatus
.
client.UpdateStatus(instance, eureka.UP)