MCPcopy Create free account

hub / github.com/crestonbunch/godata / types & classes

Types & classes74 in github.com/crestonbunch/godata

↓ 1 callersTypeAliasGoDataApplyQuery
request_model.go:87
↓ 1 callersTypeAliasGoDataCountQuery
request_model.go:105
↓ 1 callersTypeAliasGoDataInlineCountQuery
request_model.go:107
↓ 1 callersTypeAliasGoDataSkipQuery
request_model.go:103
↓ 1 callersTypeAliasGoDataTopQuery
request_model.go:101
StructDummyProvider
service_test.go:8
StructExpandItem
Represents an item to expand in an OData query. Tracks the path of the entity to expand and also the filter, levels, and reference options, etc.
expand_parser.go:21
StructFunction
parser.go:104
StructGoDataAction
metadata_model.go:78
StructGoDataActionImport
metadata_model.go:213
StructGoDataAnnotation
metadata_model.go:94
StructGoDataAnnotations
metadata_model.go:87
StructGoDataComplexType
metadata_model.go:100
StructGoDataEntityContainer
metadata_model.go:110
StructGoDataEntitySet
metadata_model.go:192
StructGoDataEntityType
metadata_model.go:120
StructGoDataEnumType
metadata_model.go:132
StructGoDataError
errors.go:3
StructGoDataExpandQuery
request_model.go:89
StructGoDataFilterQuery
Stores a parsed version of the filter query string. Can be used by providers to apply the filter based on their own implementation. The filter is stor
request_model.go:83
StructGoDataFormatQuery
request_model.go:113
StructGoDataFunction
metadata_model.go:140
StructGoDataFunctionImport
metadata_model.go:220
TypeAliasGoDataIdentifier
request_model.go:3
StructGoDataInclude
metadata_model.go:44
StructGoDataIncludeAnnotations
metadata_model.go:50
StructGoDataKey
metadata_model.go:228
StructGoDataMember
metadata_model.go:260
StructGoDataMetadata
metadata_model.go:20
StructGoDataNavigationProperty
metadata_model.go:170
StructGoDataNavigationPropertyBinding
metadata_model.go:207
StructGoDataOnDelete
metadata_model.go:187
StructGoDataOrderByQuery
request_model.go:97
StructGoDataParameter
metadata_model.go:238
StructGoDataProperty
metadata_model.go:157
StructGoDataPropertyRef
metadata_model.go:233
InterfaceGoDataProvider
The basic interface for a GoData provider. All providers must implement these functions.
service.go:17
StructGoDataQuery
request_model.go:66
StructGoDataReference
metadata_model.go:37
StructGoDataReferentialConstraint
metadata_model.go:180
StructGoDataRequest
request_model.go:32
StructGoDataResponse
A response is a dictionary of keys to their corresponding fields. This will be converted into a JSON dictionary in the response to the web client.
response_model.go:10
StructGoDataResponseField
A response that is a primitive JSON type or a list or a dictionary. When writing to JSON, it is automatically mapped from the Go type to a suitable JS
response_model.go:28
StructGoDataReturnType
metadata_model.go:249
StructGoDataSchema
metadata_model.go:62
StructGoDataSearchQuery
request_model.go:109
StructGoDataSegment
Represents a segment (slash-separated) part of the URI path. Each segment has a link to the next segment (the last segment precedes nil).
request_model.go:41
StructGoDataSelectQuery
request_model.go:93
StructGoDataService
A GoDataService will spawn an HTTP listener, which will connect GoData requests with a backend provider given to it.
service.go:34
StructGoDataServices
metadata_model.go:57
StructGoDataSingleton
metadata_model.go:200
StructGoDataTerm
metadata_model.go:266
StructGoDataTypeDefinition
metadata_model.go:150
StructMySQLConnectionParams
Struct to hold MySQL connection parameters.
providers/mysql.go:78
StructMySQLGoDataEntity
providers/mysql.go:98
StructMySQLGoDataEntitySet
providers/mysql.go:106
StructMySQLGoDataProvider
A provider for GoData using a MySQL backend. Reads requests, converts them to MySQL queries, and creates a response object to send back to the client.
providers/mysql.go:88
StructOperator
parser.go:94
StructOrderByItem
orderby_parser.go:12
StructParseNode
parser.go:110
StructParser
parser.go:87
StructSelectItem
select_parser.go:8
StructToken
parser.go:30
StructTokenMatcher
parser.go:24
StructTokenizer
parser.go:19
StructnodeStack
parser.go:340
StructnodeStackNode
parser.go:344
StructproviderChannelResponse
service.go:61
StructtestResponseJson
response_model_test.go:8
StructtestResponseValue
response_model_test.go:14
StructtokenQueue
parser.go:290
StructtokenQueueNode
parser.go:295
StructtokenStack
parser.go:247
StructtokenStackNode
parser.go:252