Documentation ¶ Index ¶ type Component func New(opt *options.Options, logger *logrus.Entry) *Component func (c *Component) Add(words ...string) func (c *Component) Reset(size uint) func (c *Component) Save() error func (c *Component) Test(w string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Component ¶ type Component struct { // contains filtered or unexported fields } func New ¶ func New(opt *options.Options, logger *logrus.Entry) *Component func (*Component) Add ¶ func (c *Component) Add(words ...string) func (*Component) Reset ¶ func (c *Component) Reset(size uint) func (*Component) Save ¶ func (c *Component) Save() error func (*Component) Test ¶ func (c *Component) Test(w string) bool Source Files ¶ View all Source files component.go Click to show internal directories. Click to hide internal directories.