package
1.4.0
Repository: https://github.com/krotik/eliasdb.git
Documentation: pkg.go.dev

# Functions

BlobEndpointInst creates a new endpoint handler.
ClusterEndpointInst creates a new endpoint handler.
ECALEndpointInst creates a new endpoint handler.
ECALSockEndpointInst creates a new endpoint handler.
EqlEndpointInst creates a new endpoint handler.
FindEndpointInst creates a new endpoint handler.
GraphEndpointInst creates a new endpoint handler.
GraphQLEndpointInst creates a new endpoint handler.
GraphQLQueryEndpointInst creates a new endpoint handler.
GraphQLSubscriptionsEndpointInst creates a new endpoint handler.
IndexEndpointInst creates a new endpoint handler.
InfoEndpointInst creates a new endpoint handler.
QueryEndpointInst creates a new endpoint handler.
QueryResultEndpointInst creates a new endpoint handler.

# Constants

APIv1 is the directory for version 1 of the API */.
EndpointBlob is the blob endpoint URL (rooted).
EndpointClusterQuery is the cluster endpoint URL (rooted).
EndpointECALInternal is the ECAL endpoint URL (rooted) for internal operations.
EndpointECALPublic is the ECAL endpoint URL (rooted) for public API operations.
EndpointECALSock is the ECAL endpoint URL (rooted) for websocket operations.
EndpointEql is the eql endpoint URL (rooted).
EndpointFindQuery is the find endpoint URL (rooted).
EndpointGraph is the graph endpoint URL (rooted).
EndpointGraphQL is the GraphQL endpoint URL (rooted).
EndpointGraphQLQuery is a query-only GraphQL endpoint URL (rooted).
EndpointGraphQLSubscriptions is the GraphQL endpoint URL for subscriptions (rooted).
EndpointIndexQuery is the index endpoint URL (rooted).
EndpointInfoQuery is the info endpoint URL (rooted).
EndpointQuery is the query endpoint URL (rooted).
EndpointQueryResult is the query result endpoint URL (rooted).
HTTPHeaderCacheID is a special header value containing a cache ID for a quick follow up query.
HTTPHeaderTotalCount is a special header value containing the total count of objects.
StorageSuffixBlob is the suffix for binary blob storage */.

# Variables

ResultCache is a cache for result sets (by default no expiry and no limit) */.
ResultCacheMaxAge is the maximum age a result cache entry can have in seconds */.
ResultCacheMaxSize is the maximum size for the result cache */.
V1EndpointMap is a map of urls to endpoints for version 1 of the API */.
V1PublicEndpointMap is a map of urls to public endpoints for version 1 of the API */.

# Structs

APISearchResult is a search result maintained by the API.