Documentation ¶
Index ¶
- type Transaction
- func (t *Transaction) AddAttribute(key string, value interface{}) error
- func (t *Transaction) End() error
- func (t *Transaction) Ignore() error
- func (t *Transaction) NoticeError(err error) error
- func (t *Transaction) SetName(name string) error
- func (t *Transaction) StartSegmentNow() newrelic.SegmentStartTime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type Transaction struct {
http.ResponseWriter
}
func (*Transaction) AddAttribute ¶
func (t *Transaction) AddAttribute(key string, value interface{}) error
func (*Transaction) End ¶
func (t *Transaction) End() error
func (*Transaction) Ignore ¶
func (t *Transaction) Ignore() error
func (*Transaction) NoticeError ¶
func (t *Transaction) NoticeError(err error) error
func (*Transaction) SetName ¶
func (t *Transaction) SetName(name string) error
func (*Transaction) StartSegmentNow ¶
func (t *Transaction) StartSegmentNow() newrelic.SegmentStartTime
Click to show internal directories.
Click to hide internal directories.