Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectEntityGraph ¶
type CollectEntityGraph interface {
// Directive indicates CollectEntityGraph is a directive.
directive.Directive
// CollectEntityGraphDirective is a marker function.
// noop
CollectEntityGraphDirective()
}
CollectEntityGraph is a directive to collect entity graph entities.
type ObserveEntityGraph ¶
type ObserveEntityGraph interface {
// Directive indicates CollectEntityGraph is a directive.
directive.Directive
// ObserveEntityGraphDirective is a marker function.
// noop
ObserveEntityGraphDirective()
}
ObserveEntityGraph is a directive to observe the entity graph.
func NewObserveEntityGraph ¶
func NewObserveEntityGraph() ObserveEntityGraph
NewObserveEntityGraph constructs a new ObserveEntityGraph directive.
Click to show internal directories.
Click to hide internal directories.