# Functions

Initialize reads in the given configuration struct and performs the steps necessary to prepare the server for launch.
NewResponse returns a pointer to an empty Response struct.

# Constants

ConvertAppNameKey is the HTTP query key for the App Name to search for in the Convert API call.
ConvertEndpoint is the path corresponding to the Convert API call.
ConvertGUIDKey is the HTTP query key for the GUID to search for in the Convert API call.
ConvertOrgNameKey is the HTTP query key for the Org Name to search for in the Convert API call.
ConvertSpaceNameKey is the HTTP query key for the Space Name to search for in the Convert API call call.
FindAppGUIDKey is the HTTP query key for the App GUID to the Find API call.
FindAppNameKey is the HTTP query key for the App Name to the Find API call.
FindEndpoint is the URL endpoint corresponding to calling the Find command.
FindOrgNameKey is the HTTP query key for the Org Name to the Find API call.
FindSpaceNameKey is the HTTP query key for the Space Name to the Find API call.
InvalidateBOSHEndpoint is the endpoint corresponding to manipulation of the BOSH VM info cache.
MetaEndpoint is the URL endpoint corresponding to getting meta information about this cfseeker server.
WebEndpoint is the path to the web UI.

# Structs

Metadata has additional information about an API Response, like error messages.
MetaOutput gives meta information about this cfseeker server.
Response is the structured response of the CFSeeker API.

# Type aliases

SeekerHandler is a modified version of http.HandlerFunc that receives a Seeker struct that can be used to perform operations.