Documentation
¶
Index ¶
- type ErrorCache
- func (ec *ErrorCache) Clear()
- func (ec *ErrorCache) ExtractExistingErrors() []string
- func (ec *ErrorCache) GetExpression() dst.Expr
- func (ec *ErrorCache) GetStatement() dst.Stmt
- func (ec *ErrorCache) IsExistingError(err dst.Expr) bool
- func (ec *ErrorCache) Load(errorexpr dst.Expr, errorstmt dst.Stmt)
- func (ec *ErrorCache) LoadExistingErrors(err *dst.Ident)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorCache ¶
func (*ErrorCache) Clear ¶
func (ec *ErrorCache) Clear()
func (*ErrorCache) ExtractExistingErrors ¶ added in v0.8.0
func (ec *ErrorCache) ExtractExistingErrors() []string
Testing Functions
func (*ErrorCache) GetExpression ¶
func (ec *ErrorCache) GetExpression() dst.Expr
func (*ErrorCache) GetStatement ¶
func (ec *ErrorCache) GetStatement() dst.Stmt
func (*ErrorCache) IsExistingError ¶ added in v0.8.0
func (ec *ErrorCache) IsExistingError(err dst.Expr) bool
func (*ErrorCache) LoadExistingErrors ¶ added in v0.8.0
func (ec *ErrorCache) LoadExistingErrors(err *dst.Ident)
Click to show internal directories.
Click to hide internal directories.