doubles

package
v0.0.0-...-19c0e9e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummySpan

type DummySpan struct {
}

func (DummySpan) AddEvent

func (d DummySpan) AddEvent(_ string, _ ...map[string]interface{})

func (DummySpan) End

func (d DummySpan) End(_ ...bool)

func (DummySpan) RecordError

func (d DummySpan) RecordError(_ error, _ ...map[string]interface{})

func (DummySpan) SetAttribute

func (d DummySpan) SetAttribute(_, _ string)

func (DummySpan) SetAttributes

func (d DummySpan) SetAttributes(_ map[string]interface{})

func (DummySpan) SetName

func (d DummySpan) SetName(_ string)

func (DummySpan) SetStatus

func (d DummySpan) SetStatus(_ uint32, _ string)

type DummyTracer

type DummyTracer struct {
}

func NewDummyTracer

func NewDummyTracer() *DummyTracer

func (DummyTracer) Configure

func (d DummyTracer) Configure() error

func (DummyTracer) Shutdown

func (d DummyTracer) Shutdown(_ context.Context) error

func (DummyTracer) Span

type StubDB

type StubDB struct {
	// contains filtered or unexported fields
}

func NewStubDB

func NewStubDB() *StubDB

func (StubDB) Create

func (s StubDB) Create(u entity.User) (uint64, error)

func (StubDB) GetByID

func (s StubDB) GetByID(id uint64) (entity.User, error)

func (StubDB) IsByID

func (s StubDB) IsByID(id uint64) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL