# Functions
GetResourceOfType takes in the specified URL with credentials and tries to decode returning json to specified interface.
MapMerge merges two maps together and returns the results.
PingArtifactoryServer takes in the specified URL with username & password and checks weather it's a valid login for artifactory by pinging the server with various options and returns the correct URL.
# Structs
ArtHookStruct is the structure returned by Artifactory webhook.
ArtImages contain list of images inside the docker repo.
ArtImageSHAs gets all the sha256 of an image.
ArtImageTags lists out all the tags for the image.
ArtReposBySha collects URIs for given SHA256.
FakeHandler is to assist in testing HTTP requests.
RegistryAuth stores the credentials for a private docker repo and is same as common.RegistryAuth in perceptor-scanner repo.
# Interfaces
LogInterface is a simple interface providing Errorf an Logf.
# Type aliases
ArtDockerRepo contains list of docker repos in artifactory.