Documentation
¶
Overview ¶
cim is a command line interface manager package Using this package one can create a cim server as well as a client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CimConnection ¶
type CimConnection struct {
// contains filtered or unexported fields
}
func NewCimConnection ¶
func NewCimConnection(host, simInst, connId string) (*CimConnection, error)
func (*CimConnection) Close ¶
func (cc *CimConnection) Close() error
func (*CimConnection) RunCommand ¶
func (cc *CimConnection) RunCommand(cmd string) (string, error)
type CimServer ¶
type CimServer struct {
// contains filtered or unexported fields
}
func NewCimServer ¶
Click to show internal directories.
Click to hide internal directories.