(combine-events base-analytics new-events)
Inputs: [base-analytics :- internal-api/Analytics new-events :- [internal-api/Event]] Returns: internal-api/Analytics
Inputs: [base-analytics :- internal-api/Analytics new-events :- [internal-api/Event]] Returns: internal-api/Analytics
(combine-snapshots base-analytics candidate-snapshots)
Inputs: [base-analytics :- internal-api/Analytics candidate-snapshots :- internal-api/Snapshot] Returns: internal-api/Analytics
Inputs: [base-analytics :- internal-api/Analytics candidate-snapshots :- internal-api/Snapshot] Returns: internal-api/Analytics
(discard! queue entry-ids)
Inputs: [queue :- Stockpile entry-ids :- [schema/Int]]
Inputs: [queue :- Stockpile entry-ids :- [schema/Int]]
(entrypoint request)
Returns the entrypoint, which is metadata describing the API and where to find various items.
Returns the entrypoint, which is metadata describing the API and where to find various items.
(event-whitelist-error? whitelist event)
Inputs: [whitelist :- (schema/maybe Whitelist) event :- internal-api/Event]
Inputs: [whitelist :- (schema/maybe Whitelist) event :- internal-api/Event]
(get-self-service-analytics queue)
Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre api/Analytics [schema/Int])]
Retrieves self-service analytics from the given path.
Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre api/Analytics [schema/Int])] Retrieves self-service analytics from the given path.
(partition-entries queue)
Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre internal-api/Analytics [schema/Int])]
Partitions entries from a storage queue into a map of events and snapshots.
Inputs: [queue :- Stockpile] Returns: [(schema/cond-pre internal-api/Analytics [schema/Int])] Partitions entries from a storage queue into a map of events and snapshots.
(partition-snapshots-whitelist whitelist snapshot)
Inputs: [whitelist :- (schema/maybe Whitelist) snapshot :- internal-api/Snapshot]
Inputs: [whitelist :- (schema/maybe Whitelist) snapshot :- internal-api/Snapshot]
(purge-queue! queue)
Inputs: [queue :- Stockpile]
Inputs: [queue :- Stockpile]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close