Update exported function details with source code comments.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2019-01-06 14:48:53 +05:30
parent 9708a1b090
commit 164d10a824
5 changed files with 5 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ type csiHandler struct {
snapshotNameUUIDLength int
}
// NewCSIHandler returns a handler which includes the csi connection and Snapshot name details
func NewCSIHandler(
csiConnection connection.CSIConnection,
timeout time.Duration,