package
0.6.5
Repository: https://github.com/src-d/gitbase-playground.git
Documentation: pkg.go.dev

# Functions

NewDetectLangResponse returns a Response with detected language.
NewEmptyResponse returns an empty Response.
NewHTTPError returns an Error.
NewLanguagesResponse returns Response with a list of languages.
NewMySQLError returns an Error with the MySQL error code.
NewParseResponse returns a Response with UAST.
NewQueryResponse returns a Response with table headers and row contents.
NewSchemaResponse returns a Response with tables schema.
NewVersionResponse returns a Response with current version of the server.
UASTFilterResponse return a Response with UAST search results.

# Structs

Column describes a table column in DB.
Response encapsulate the content of an http.Response.
Table struct describes a schema of one table in DB.

# Interfaces

HTTPError defines an Error message as it will be written in the http.Response.