Discover Packages
github.com/KusionStack/karpor
pkg
core
manager
search
package
Version:
v0.5.9-alpha.1
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: Apache-2.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
Documentation
¶
type SearchManager struct{}
NewSearchManager returns a new SearchManager object
type UniResource struct {
Cluster string `json:"cluster"`
Object any `json:"object"`
SyncAt string `json:"syncAt"`
Deleted bool `json:"deleted"`
}
type UniResourceList struct {
metav1 .TypeMeta
Items []UniResource `json:"items"`
SQLQuery string `json:"sqlQuery"`
Total int `json:"total"`
CurrentPage int `json:"currentPage"`
PageSize int `json:"pageSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.