Init initializes celer with default options.
()
| 118 | |
| 119 | // Init initializes celer with default options. |
| 120 | func (c *Celer) Init() error { |
| 121 | return c.InitWithOptions(InitOption{}) |
| 122 | } |
| 123 | |
| 124 | // InitWithOptions initializes celer with options. |
| 125 | func (c *Celer) InitWithOptions(opts InitOption) error { |