Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilHandler = errors.New("Client.Handler is `nil`.") ErrAccessDeny = errors.New("Access Deny") )
Functions ¶
Types ¶
type Client ¶
type Client struct { Id string Handler PackHandler // contains filtered or unexported fields }
type PackHandler ¶
type PackHandler func(Pack)
Click to show internal directories.
Click to hide internal directories.