Versions in this module Expand all Collapse all v0 v0.8.1 Sep 26, 2024 Changes in this version + type Consul struct + func NewConsul(config *config.App, configHttp *config.Http, configGrpc *config.Grpc) (*Consul, error) + func (c *Consul) DeregisterService() error + func (c *Consul) DeregisterWorker() error + func (c *Consul) RegisterService() error + func (c *Consul) RegisterWorker() error + type Discovery interface + DeregisterService func() error + DeregisterWorker func() error + RegisterService func() error + RegisterWorker func() error