add comments to exported functions (#92)

This commit is contained in:
César Nieto
2020-05-04 15:28:49 -07:00
committed by GitHub
parent 44d8e9b975
commit f3a9311374
2 changed files with 18 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ func (c mcS3Client) removeNotificationConfig(arn string, event string, prefix st
return c.client.RemoveNotificationConfig(arn, event, prefix, suffix)
}
// Define MCSCredentials interface with all functions to be implemented
// MCSCredentials interface with all functions to be implemented
// by mock when testing, it should include all needed minioCredentials.Credentials api calls
// that are used within this project.
type MCSCredentials interface {