Listen on configured IP

Signed-off-by: Utkarsh Mani Tripathi <utkarsh.tripathi@mayadata.io>
This commit is contained in:
Utkarsh Mani Tripathi
2019-11-26 16:14:15 +05:30
parent e67c47fb71
commit 7f31722587
2 changed files with 29 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ type SCSITargetDriver interface {
Close() error
Resize(uint64) error
Stats() Stats
SetClusterIP(string)
}
type Stats struct {