Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowSchemaSequence ¶
type FlowSchemaSequence []*flowcontrol.FlowSchema
FlowSchemaSequence holds sorted set of pointers to FlowSchema objects. FlowSchemaSequence implements `sort.Interface`
func (FlowSchemaSequence) Len ¶
func (s FlowSchemaSequence) Len() int
func (FlowSchemaSequence) Less ¶
func (s FlowSchemaSequence) Less(i, j int) bool
func (FlowSchemaSequence) Swap ¶
func (s FlowSchemaSequence) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.