Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using ssllabs-scan as a library #608

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

prasincs
Copy link

@prasincs prasincs commented May 7, 2018

To allow using ssllabs-scan in Go projects, I have made the top-level ssllabs-scan a library and move binary to cmd directory

  • I'm using the new package for integrating for some other tools but it's consistent with Go best practices
  • Cleans up the globals being used to be somewhat like accessors so they can be set from the caller

This would allow for utilizing the API and existing libraries into enterprise systems in a much tighter way, with more Go applications and services being able to do self-checks from what ssllabs can see.

- I'm using the new package for integrating for some other tools but it's consistent with Go best practices
- Cleans up the globals being used to be somewhat like accessors so they can be set from the caller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant