Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryStoreMock ¶
func (*InMemoryStoreMock) Acknowledge ¶
func (m *InMemoryStoreMock) Acknowledge(msg Trace) error
func (*InMemoryStoreMock) Result ¶
func (m *InMemoryStoreMock) Result() Result
func (*InMemoryStoreMock) Track ¶
func (m *InMemoryStoreMock) Track(msg Trace) error
func (*InMemoryStoreMock) Unacknowledged ¶
func (m *InMemoryStoreMock) Unacknowledged() ([]string, error)
type MsgStore ¶
type NoOp ¶ added in v1.1.10
type NoOp struct { }
func (NoOp) Acknowledge ¶ added in v1.1.10
func (NoOp) Unacknowledged ¶ added in v1.1.10
type Redis ¶
type Redis struct { TraceID // contains filtered or unexported fields }
func (*Redis) Acknowledge ¶
func (*Redis) Unacknowledged ¶
Click to show internal directories.
Click to hide internal directories.