Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { ID string `json:"id" msgpack:"id"` Code string `json:"code" msgpack:"code"` Message string `json:"message" msgpack:"message"` LOC LineOfCode `json:"LOC" msgpack:"-"` }
Error object
func (*Error) SetLineOfCode ¶
func (e *Error) SetLineOfCode(loc LineOfCode) *Error
type LineOfCode ¶
func GenerateLOC ¶
func GenerateLOC(depth int) LineOfCode
Click to show internal directories.
Click to hide internal directories.