Discover Packages
github.com/viant/datly
gateway
warmup
package
Version:
v0.39.1
Opens a new window with list of versions in this module.
Published: Sep 10, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Response struct {
Error string `json:"error,omitempty"`
Status string `json:"status"`
Summary *Summary `json:"summary,omitempty"`
PreCached []*PreCached `json:"preCached"`
}
type Summary struct {
CompletedCases int `json:"completedCases"`
FailedCases int `json:"failedCases"`
GroupsWritten int `json:"groupsWritten,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.