package
0.0.0-20200105200840-4d14ecd2a285
Repository: https://github.com/lc/secretz.git
Documentation: pkg.go.dev

# Functions

CreateOrg creates a directory for a given Organization to hold the build logs.
CreateOutputDir creates a directory from a given path.
Exists checks if the location provided exists or not.
GetAPIKey opens the config file and returns an API key.
HomeDir returns the user's home directory.
OrgMembers queries GitHub's API and gets a list of members for a given org.
QueryApi is used to query Travis-CI's API.
SetAPIKey takes an API key and saves it to a config file.
Usage function displays the usage of the tool.

# Variables

Secretz is the http client for the tool.

# Structs

Config struct is used to unmarshal our config file into.

# Type aliases

GitHubAPI is used to unmarshal Github's API response.