funcKit

package
v3.0.94 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddEntireCaller

func AddEntireCaller(skip int, text string) string

AddEntireCaller

@param skip 1: 加上 调用此函数的函数的EntireCaller

e.g. main()调用此函数 (1, "123") => "test/test1.go:11|main 123"

func GetCaller

func GetCaller(callDepth int) string

GetCaller

参考: go-zero中的logx/util.go.

@param callDepth 必须满足: >=0,实际使用中: >=1

e.g. (1) => "test/test1.go:27"

func GetEntireCaller

func GetEntireCaller(callDepth int) string

GetEntireCaller

e.g. (1) => test/test1.go:26|testFunc

func GetFuncName

func GetFuncName(callDepth int) string

GetFuncName

@param callDepth (1) 必须满足: >=0,实际使用中: >=1

(2) callDepth == 1: 返回 调用此函数的函数的函数名(不含包名)

Types

This section is empty.

Jump to

Keyboard shortcuts

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