Documentation
¶
Index ¶
- type Client
- func (c *Client) Report(name string, m message.Message) error
- func (c *Client) ReportMany(m map[string]message.Message) error
- func (c *Client) ReportWithExtra(m map[string]message.Message, extra string) error
- func (c *Client) ReportWithOpt(m map[string]message.Message, extra string, opts ...Option) error
- type Option
- type ReportOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ReportWithExtra ¶
type Option ¶
type Option func(*ReportOption)
Click to show internal directories.
Click to hide internal directories.