# Functions
NewDNSService creates a new DNSService.
NewGitLivereloadService is a constructor for GitLivereloadService.
NewLocalstackService is a constructor for LocalstackService.
NewMockService is a constructor for MockService.
NewRegistryService is a constructor for RegistryService.
NewTalosService is a constructor for TalosService.
# Structs
BaseService is a base implementation of the Service interface.
DNSService handles DNS configuration.
GitLivereloadService is a service struct that provides various utility functions.
LocalstackService is a service struct that provides Localstack-specific utility functions.
MockService is a mock implementation of the Service interface.
RegistryService is a service struct that provides Registry-specific utility functions.
No description provided by the author
# Interfaces
Service is an interface that defines methods for retrieving environment variables and can be implemented for individual providers.