Documentation ¶
Overview ¶
Package languagedetection implements the language detection API handler. The language detection API handler is responsible for processing requests received from the language detection client. It parses the requests, extracts detected languages, and pushes them to workload metadata store on the appropriate resource type. For instance, for a pod that is a child of a deployment, the API handler will push its detected languages to the corresponding deployment entity in workload metadata store.
For more information about the language detection and library injection feature, refer to this document.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallLanguageDetectionEndpoints ¶
func InstallLanguageDetectionEndpoints(_ context.Context, _ *mux.Router, _ workloadmeta.Component, _ config.Component)
InstallLanguageDetectionEndpoints installs language detection endpoints
Types ¶
This section is empty.