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