Skip to content

Instantly share code, notes, and snippets.

@pboothe
Created March 26, 2019 14:33
Show Gist options
  • Save pboothe/1a853ba10e4ae0beafcc887b5e9f108f to your computer and use it in GitHub Desktop.
Save pboothe/1a853ba10e4ae0beafcc887b5e9f108f to your computer and use it in GitHub Desktop.
package creds
func NewProvider() (Provider) {
}
type Provider interface {
FindCredentials() (Creds)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment