# README
go-utils
Just a repo with utilities used for misc tasks
# Functions
Getenv will return OS environment with default value.
No description provided by the author
LoadFileYaml will load a Yaml file and unmarshal it into the provided interface.
No description provided by the author
No description provided by the author
No description provided by the author
NewBitbucketIPValidator will initialize a BitbucketIPValidator and return it.
NewLogger will create and return a Logrus base logger.
RunPodHTTPHealthListener will start a listener listening for health and liveness checks.
# Structs
BitbucketIPValidator will check if a given IP range is within the Bitbucket public IP range.
No description provided by the author
No description provided by the author
No description provided by the author
PodHealthHandler contains what is needed in order to validate health.
# Interfaces
PodHealthObject interface implement a metod to validate if the object is healthy.