# Functions
NewStringResolver creates a new string-based hosts resolver.
# Constants
StringResolverType denotes a simple string resolver type.
# Structs
StringResolver transforms a comma-separated list of hosts into an array.
# Interfaces
Resolver returns a list of hosts based on the query string.
# Type aliases
Hosts stores a list of host strings.
ResolverType enumerates the supported host resolvers.