Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Host string // server host name
Port string // server port
User string // user name for authentication
Password string // user password
NoTLS bool // disable TLS (insecure)
TLSSkipVerify bool // do not verify server certificate chain and host name (insecure)
}
client that connects to a CCMS server
type FieldDescription ¶
type FieldDescription struct {
// contains filtered or unexported fields
}
metadata for an attribute
func (*FieldDescription) DataType ¶ added in v0.0.18
func (f *FieldDescription) DataType() string
return the field data type
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
response from CCMS server
type Result ¶ added in v0.0.17
type Result struct {
// contains filtered or unexported fields
}
result of a command
func (*Result) AddMessage ¶ added in v0.0.18
add a message to this result
func (*Result) Fields ¶ added in v0.0.17
func (r *Result) Fields() []FieldDescription
return the field metadata in this result
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
ccc
command
|
|
|
ccd
command
|
|
|
ccd/parser
Code generated by goyacc -l -o gram.go gram.y.
|
Code generated by goyacc -l -o gram.go gram.y. |
|
internal
|
|
Click to show internal directories.
Click to hide internal directories.