SYMBOL INDEX (30 symbols across 4 files) FILE: errors.go type RamlError (line 41) | type RamlError struct method Error (line 45) | func (e *RamlError) Error() string { function populateRAMLError (line 52) | func populateRAMLError(ramlError *RamlError, function convertYAMLError (line 65) | func convertYAMLError(yamlError string) string { FILE: parser.go function ParseFile (line 48) | func ParseFile(filePath string) (*APIDefinition, error) { function readFileContents (line 124) | func readFileContents(workingDirectory string, fileName string) ([]byte,... function preProcess (line 145) | func preProcess(originalContents io.Reader, workingDirectory string) ([]... FILE: raml_test.go function TestFailedParsing (line 45) | func TestFailedParsing(t *testing.T) { function TestParsing (line 63) | func TestParsing(t *testing.T) { FILE: types.go type Any (line 39) | type Any interface type HTTPCode (line 42) | type HTTPCode type HTTPHeader (line 43) | type HTTPHeader type NamedParameter (line 51) | type NamedParameter struct type Header (line 129) | type Header type Documentation (line 132) | type Documentation struct type Body (line 142) | type Body struct type Bodies (line 177) | type Bodies struct type Response (line 229) | type Response struct type DefinitionParameters (line 257) | type DefinitionParameters type DefinitionChoice (line 258) | type DefinitionChoice struct method UnmarshalYAML (line 271) | func (dc *DefinitionChoice) UnmarshalYAML(unmarshaler func(interface{}... type Trait (line 299) | type Trait struct type ResourceTypeMethod (line 367) | type ResourceTypeMethod struct type ResourceType (line 405) | type ResourceType struct type SecuritySchemeMethod (line 484) | type SecuritySchemeMethod struct type SecurityScheme (line 493) | type SecurityScheme struct type Method (line 532) | type Method struct type Resource (line 591) | type Resource struct type APIDefinition (line 686) | type APIDefinition struct method GetResource (line 810) | func (r *APIDefinition) GetResource(path string) *Resource {