Documentation ¶
Overview ¶
Github database
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrDB ¶
type ErrDB struct { Fetch func(path string) (io.ReadCloser, error) Cache Cache // contains filtered or unexported fields }
func (*ErrDB) ForEachErrors ¶
func (*ErrDB) GetErrorDesc ¶
func (*ErrDB) GetSolution ¶
func (db *ErrDB) GetSolution(id int) (sol *mcla.SolutionDesc, err error)
func (*ErrDB) RefreshCache ¶
type UnsupportSyntaxErr ¶
type UnsupportSyntaxErr struct {
Version int
}
func (*UnsupportSyntaxErr) Error ¶
func (e *UnsupportSyntaxErr) Error() string
Click to show internal directories.
Click to hide internal directories.