Esempio n. 1
0
// ModuleName returns the module name of the current instance.
func ModuleName(c context.Context) string {
	return internal.ModuleName(c)
}
Esempio n. 2
0
// ModuleName returns the module name of the current instance.
func ModuleName(c Context) string {
	return internal.ModuleName()
}