package
Version:
v0.0.0-...-4334ecd
Opens a new window with list of versions in this module.
Published: Sep 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IndexData struct {
ID string `json:"id"`
Data interface{} `json:"data"`
Action pb.Action `json:"action"`
}
type IndexMetaAction struct {
Action pb.Action `json:"action"`
IndexMeta *pb.IndexMeta `json:"indexMeta"`
}
type LookupRequest struct {
Query interface{} `json:"query"`
Context context.Context `json:"-"`
FamilyName string `json:"familyName"`
FamilyVersion string `json:"familyVersion"`
}
type SearchRequest struct {
Query interface{} `json:"query"`
Context context.Context `json:"-"`
Namespace []byte `json:"namespace"`
}
type Task struct {
ID string `json:"id"`
Name string `json:"name"`
Command string `json:"command"`
Payload interface{} `json:"payload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.