Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleCredentialIsAvailable ¶
func GoogleCredentialIsAvailable() bool
GoogleCredentialIsAvailable will be check credential file exists or not.
func IsRouteFit ¶
IsRouteFit is using to check route is hitting the provided patterns
Types ¶
type TraceObject ¶
type TraceObject struct { HandlerName string Parameter string Rq *fasthttp.RequestCtx }
TraceObject is using to store information about logged object
func (TraceObject) TimeTrack ¶
func (o TraceObject) TimeTrack(start time.Time)
TimeTrack will be used to calculate elapsed time of execution.
Click to show internal directories.
Click to hide internal directories.