-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: add new api endpoints, remove third party packages usage #149
Conversation
} | ||
|
||
// SearchTargetDomainAccounts search accounts in target domain | ||
func (s *Client) SearchTargetDomainAccounts(sortkey, sortdir, tdId string, offset, limit int, searchObject ScannedAccountsSearch) (ScannedAccountResult, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar blocks of code found in 2 locations. Consider refactoring.
) | ||
|
||
// Client is a secrets-manager client instance. | ||
type Client struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Client
has 37 methods (exceeds 20 allowed). Consider refactoring.
Code Climate has analyzed commit 309fed0 and detected 6 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
No description provided.