Documentation
¶
Index ¶
Constants ¶
View Source
const UndefinedParamValue = ""
UndefinedParamValue defines what undefined parameters in the command line will initialise to
Variables ¶
View Source
var GenDevopsClient func() (pb.DevopsClient, error)
Functions ¶
func GetDevopsClient ¶
func GetDevopsClient(cmd *cobra.Command) (pb.DevopsClient, error)
GetDevopsClient returns a new client connection for this peer
func NewPeerClientConnection ¶
func NewPeerClientConnection() (*grpc.ClientConn, error)
Types ¶
type ClientConn ¶
type ClientConn struct { C *grpc.ClientConn BlockConn bool }
func (*ClientConn) Dial ¶
func (conn *ClientConn) Dial(server string) error
func (*ClientConn) Dialdefault ¶
func (conn *ClientConn) Dialdefault() error
Click to show internal directories.
Click to hide internal directories.