# Packages

Copyright 2020-present Sonatype Inc.

# Functions

Default is intended to be a way to obtain a Server instance, with rational defaults set.
New is intended to be the way to obtain a Server instance, where you have control of the options.

# Constants

MaxCoords is the maximum amount of coords to query OSS Index with at one time.

# Structs

Server is a struct that holds the OSS Index options, logger and other properties related to communicating with OSS Index.

# Interfaces

IServer is an interface for mocking the OSS Index Server struct.