variant

package
v0.0.0-...-4334ecd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexData

type IndexData struct {
	ID     string      `json:"id"`
	Data   interface{} `json:"data"`
	Action pb.Action   `json:"action"`
}

type IndexMetaAction

type IndexMetaAction struct {
	Action    pb.Action     `json:"action"`
	IndexMeta *pb.IndexMeta `json:"indexMeta"`
}

type LookupRequest

type LookupRequest struct {
	Query   interface{}     `json:"query"`
	Context context.Context `json:"-"`

	FamilyName    string `json:"familyName"`
	FamilyVersion string `json:"familyVersion"`
}

type SearchRequest

type SearchRequest struct {
	Query     interface{}     `json:"query"`
	Context   context.Context `json:"-"`
	Namespace []byte          `json:"namespace"`
}

type Task

type Task struct {
	ID      string      `json:"id"`
	Name    string      `json:"name"`
	Command string      `json:"command"`
	Payload interface{} `json:"payload"`
}

type TaskQueue

type TaskQueue chan Task

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL