-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Incomplete Documentation for Public Methods
Severity: Low
Files:
Description
Several public methods lack proper Go doc comments explaining their purpose and parameters.
Examples:
NewAdvancedClientForTesting(client.go:106)UpdateInstanceBandwidth(instance.go:479)
Suggested Fix
Add comprehensive Go doc comments to all public methods following Go conventions:
// NewAdvancedClientForTesting creates a client for testing with custom responses
// responses: A slice of ConfigAdvanceClientForTesting defining expected requests and responses
// Returns a Client instance, test server, and errorLabels: documentation, improvement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels