Documentation
¶
Index ¶
- Variables
- type Data
- func (d *Data) GetAllFunctionName() ([]string, error)
- func (d *Data) GetAllGIDs() ([]uint64, error)
- func (d *Data) GetGidsByFunctionName(functionName string) ([]string, error)
- func (d *Data) GetParamsByID(id int32) ([]functrace.TraceParams, error)
- func (d *Data) GetTracesByGID(gid string) ([]entity.TraceData, error)
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 (*Data) GetAllFunctionName ¶
func (*Data) GetAllGIDs ¶
func (*Data) GetGidsByFunctionName ¶
func (*Data) GetParamsByID ¶
func (d *Data) GetParamsByID(id int32) ([]functrace.TraceParams, error)
Click to show internal directories.
Click to hide internal directories.