Documentation ¶
Overview ¶
Package discovery implements types to support robot component discovery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoverError ¶
type DiscoverError struct {
Query Query
}
DiscoverError indicates that a Discover function has returned an error.
func (*DiscoverError) Error ¶
func (e *DiscoverError) Error() string
type Discovery ¶
type Discovery struct { Query Query Results interface{} }
Discovery holds a Query and a corresponding discovered component configuration. A discovered component configuration can be comprised of primitives, a list of primitives, maps with string keys (or at least can be decomposed into one), or lists of the forementioned type of maps. Results with other types of data are not guaranteed.
Click to show internal directories.
Click to hide internal directories.