kubernetes/vendor/github.com/storageos/go-api/netutil/netutil.go
2019-01-28 22:57:58 +05:30

6 lines
191 B
Go

// Package netutil provides network related errors and helper functions.
package netutil
// DefaultDialPort is the default port which the API is contacted on.
const DefaultDialPort = "5705"