Documentation ¶
Index ¶
Constants ¶
View Source
const Field = "location"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallerAware ¶
type CallerAwareImpl ¶
type CallerAwareImpl struct { Function string File string Line int Mode CallerAwareMode }
func (CallerAwareImpl) Get ¶
func (instance CallerAwareImpl) Get() value.Value
func (*CallerAwareImpl) GetFile ¶
func (instance *CallerAwareImpl) GetFile() string
func (*CallerAwareImpl) GetFunction ¶
func (instance *CallerAwareImpl) GetFunction() string
func (*CallerAwareImpl) GetLine ¶
func (instance *CallerAwareImpl) GetLine() int
type CallerAwareMode ¶
type CallerAwareMode uint8
const ( CallerAwareModePreferFile CallerAwareMode = 0 CallerAwareModePreferFunction CallerAwareMode = 1 )
type Factory ¶
func CallerAwareFactor ¶
func CallerAwareFactor(mode CallerAwareMode) Factory
type FactoryAware ¶
Click to show internal directories.
Click to hide internal directories.