Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IterateArgs ¶
Allows to run args processing when args is references for some entities Example: ```shell script sentimentd brain rm 1 2 3 // This command will remove brains with ID: 1, 2, 3 ```
func ParseInt64 ¶
func PrintBrains ¶
func WaitInterruption ¶
func WaitInterruption(cb func())
WaitInterruption helps to wait OS interruption more easier way when custom signals handling is not required
Types ¶
type LineIterator ¶
type LineIterator struct {
// contains filtered or unexported fields
}
func NewLineIterator ¶
func NewLineIterator(rd io.Reader) *LineIterator
func (*LineIterator) Next ¶
func (ln *LineIterator) Next() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.