tracing

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyTracingID = "tracingID"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FullRequestDetails

type FullRequestDetails struct {
	gorm.Model
	Uri      string
	Body     string
	Status   int
	TargetID uint
}

type TracingRequestService

type TracingRequestService struct {
	DB     *gorm.DB
	Logger *zap.Logger
}

func NewTracingRequestService

func NewTracingRequestService(db *gorm.DB, logger *zap.Logger) (*TracingRequestService, error)

func (*TracingRequestService) LogfullRequestDetails

func (tr *TracingRequestService) LogfullRequestDetails(c *gin.Context)

Jump to

Keyboard shortcuts

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