Versions in this module Expand all Collapse all v4 v4.0.1 Mar 30, 2025 Changes in this version + type Client interface + GetAllServiceEndpoints func() ([]types.ServiceEndpoint, error) + GetServiceEndpoint func(serviceId string) (types.ServiceEndpoint, error) + IsAlive func() bool + IsServiceAvailable func(serviceId string) (bool, error) + Register func() error + RegisterCheck func(id string, name string, notes string, url string, interval string) error + Unregister func() error + func NewRegistryClient(registryConfig types.Config) (Client, error) Other modules containing this package github.com/agile-edge/go-mod-registry/v3