Documentation
¶
Overview ¶
Package subject holds the code for handling tracable applications in the robot system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subjects ¶
type Subjects interface {
// Search returns a iterator of matching subjects from the store.
Search(context.Context, *search.Query, Handler) error
// Add adds a new subject to the set.
Add(ctx context.Context, id string, hints *Hints) (*Subject, bool, error)
// Update changes the values of a subject.
Update(ctx context.Context, subj *Subject) (*Subject, error)
}
Subjects is the interface to a subject manager.
Click to show internal directories.
Click to hide internal directories.