Documentation ¶
Overview ¶
+build amd64 arm 386 ppc64le mipsle mips64le
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingNul = errors.New("String in message body was missing NUL terminator.")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetDisplay ¶
func (c *Client) GetDisplay() *Display
func (*Client) GetRegistry ¶
func (c *Client) GetRegistry() *Registry
type Fixed ¶
type Fixed struct {
// contains filtered or unexported fields
}
Signed 24.8 decimal numbers. It is a signed decimal type which offers a sign bit, 23 bits of integer precision and 8 bits of decimal precision.
type ServerError ¶
An error returned by the server.
func (*ServerError) Error ¶
func (e *ServerError) Error() string
type UnknownInterface ¶
type UnknownInterface struct {
// contains filtered or unexported fields
}
func (*UnknownInterface) Id ¶
func (i *UnknownInterface) Id() ObjectId
func (*UnknownInterface) Interface ¶
func (i *UnknownInterface) Interface() string
func (*UnknownInterface) Version ¶
func (i *UnknownInterface) Version() uint32
Source Files ¶
Click to show internal directories.
Click to hide internal directories.