data

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2025 License: MIT Imports: 10 Imported by: 0

README

Data

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(NewData)

ProviderSet is data providers.

Functions

This section is empty.

Types

type Data

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

Data .

func NewData

func NewData(c *conf.Data, logger log.Logger) (*Data, func(), error)

NewData .

func (*Data) GetAllFunctionName

func (d *Data) GetAllFunctionName() ([]string, error)

func (*Data) GetAllGIDs

func (d *Data) GetAllGIDs() ([]uint64, error)

func (*Data) GetGidsByFunctionName

func (d *Data) GetGidsByFunctionName(functionName string) ([]string, error)

func (*Data) GetParamsByID

func (d *Data) GetParamsByID(id int32) ([]functrace.TraceParams, error)

func (*Data) GetTracesByGID

func (d *Data) GetTracesByGID(gid string) ([]entity.TraceData, error)

Jump to

Keyboard shortcuts

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