Documentation
¶
Index ¶
- Constants
- type SolidGold
- func (s *SolidGold) ConsumeBreachFiles(breachFilePaths ...string)
- func (s *SolidGold) ConsumeGithubOrgs(includeMembers bool, orgs ...string)
- func (s *SolidGold) ConsumeGithubUsers(includeOrgs bool, users ...string)
- func (s *SolidGold) ConsumeGophishFiles(gophishFilePaths ...string)
- func (s *SolidGold) GithubClient() *github.Client
- func (s *SolidGold) Merge(primaryID string, otherIDs ...string)
- func (s *SolidGold) ProcessPath(path string) *types.Group
- func (s *SolidGold) ProcessRepo(err error, path string)
- func (s *SolidGold) SetGitHubAccessToken(accessToken string)
- func (s *SolidGold) ToJSON() []byte
- func (s *SolidGold) ToJSONFile(goldFile string) error
- func (s *SolidGold) UpdateGithub(includeMembers, includeOrgs bool)
Constants ¶
View Source
const GitHubFolderPath = "github.com"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolidGold ¶
type SolidGold struct { *types.Group *types.GitHub `json:"github"` // contains filtered or unexported fields }
func FromJSONFile ¶
func NewSolidGold ¶
func NewSolidGold() *SolidGold
func (*SolidGold) ConsumeBreachFiles ¶
func (*SolidGold) ConsumeGithubOrgs ¶
func (*SolidGold) ConsumeGithubUsers ¶
func (*SolidGold) ConsumeGophishFiles ¶
func (*SolidGold) GithubClient ¶ added in v0.2.0
func (*SolidGold) ProcessRepo ¶
func (*SolidGold) SetGitHubAccessToken ¶ added in v0.2.0
func (*SolidGold) ToJSONFile ¶
func (*SolidGold) UpdateGithub ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.