Documentation ¶
Index ¶
- Variables
- type ArticleRequest
- type Auth
- type Body
- type Client
- type Config
- type Conn
- func (c *Conn) Auth(a *Auth) error
- func (c *Conn) Body(article string, handler func(Body) error) error
- func (c *Conn) Capabilities(group string) ([]string, error)
- func (c *Conn) Group(group string) (*Group, error)
- func (c *Conn) Groups(groups []string) (*Group, error)
- func (c *Conn) Head(article string) (textproto.MIMEHeader, error)
- func (c *Conn) Name() string
- func (c *Conn) Shutdown()
- type Group
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLimitExceeded = fmt.Errorf("Maximum client connection exceeded")
Functions ¶
This section is empty.
Types ¶
type ArticleRequest ¶
type Client ¶
func (*Client) StartWorker ¶
func (c *Client) StartWorker(ch chan *ArticleRequest) error
Click to show internal directories.
Click to hide internal directories.