package
Version:
v0.0.0-...-587717d
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: CC0-1.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EvaluationRequest struct {
InstitutionID string `json:"institution_id"`
URL string `json:"url"`
}
type EvaluationResponse struct {
InstitutionID string `json:"institution_id"`
Origin string `json:"origin"`
StartTime int64 `json:"start_time"`
EndTime int64 `json:"end_time"`
EvaluationResult json.RawMessage `json:"evaluation_result"`
}
type KafkaErrorMessage struct {
Origin string `json:"origin"`
Url string `json:"url"`
Error string `json:"error"`
}
type KafkaMessage struct {
Origin string `json:"origin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.