Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Language ¶ added in v0.0.7
func DriverManifestsToLangs ¶ added in v0.0.7
func DriverManifestsToLangs(drivers []protocol.DriverManifest) []Language
type Node ¶ added in v0.0.7
func UnmarshallUAST ¶ added in v0.0.7
UnmarshallUAST tries to cast data as [][]byte and unmarshall uast nodes
func (*Node) MarshalJSON ¶ added in v0.0.7
MarshalJSON returns the JSON representation of the Node
type ParseResponse ¶ added in v0.0.7
type ParseResponse protocol.ParseResponse
ParseResponse amends default MarshalJSON to be compatible with frontend
func (*ParseResponse) MarshalJSON ¶ added in v0.0.7
func (r *ParseResponse) MarshalJSON() ([]byte, error)
MarshalJSON returns the JSON representation of the protocol.ParseResponse
Click to show internal directories.
Click to hide internal directories.