Documentation ¶
Index ¶
- type PipeInfo
- type PipeStore
- func (s *PipeStore) Add(module string, pipe interface{})
- func (s *PipeStore) AddGroup(module, group string, pipe interface{})
- func (s *PipeStore) Delete(module string)
- func (s *PipeStore) Get(module string) (PipeInfo, error)
- func (s *PipeStore) GetGroup(group string) map[string]PipeInfo
- func (s *PipeStore) WalkGroup(group string, walkFunc func(string, PipeInfo) error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeInfo ¶
type PipeInfo struct {
// contains filtered or unexported fields
}
PipeInfo pipe info
Click to show internal directories.
Click to hide internal directories.