SuggestConfig
public struct SuggestConfig : Equatable, Hashable, Codable
extension SuggestConfig: Sendable
Configuration for the merino suggest client.
-
The base host for the merino endpoint. Defaults to the production host if not set.
Declaration
Swift
public var baseHost: String? -
Declaration
Swift
public init( /** * The base host for the merino endpoint. Defaults to the production host if not set. */baseHost: String?)