Update exported function details with source code comments.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -72,6 +72,7 @@ var (
|
||||
_ CSIConnection = &csiConnection{}
|
||||
)
|
||||
|
||||
// New returns a CSI connection object.
|
||||
func New(address string, timeout time.Duration) (CSIConnection, error) {
|
||||
conn, err := connect(address, timeout)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user