Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Dao interface { // WriteRawSpan to hbase WriteRawTrace(ctx context.Context, rowKey string, values map[string][]byte) error // BatchWriteSpanPoint BatchWriteSpanPoint(ctx context.Context, spanPoints []*model.SpanPoint) error // Fetch ServiceName FetchServiceName(ctx context.Context) ([]string, error) // Fetch OperationName FetchOperationName(ctx context.Context, serviceName string) ([]string, error) }
Dao interface
Click to show internal directories.
Click to hide internal directories.