MonthTokenizer generates month tokens from datetime data.
| 312 | |
| 313 | // MonthTokenizer generates month tokens from datetime data. |
| 314 | type MonthTokenizer struct{} |
| 315 | |
| 316 | func (t MonthTokenizer) Name() string { return "month" } |
| 317 | func (t MonthTokenizer) Type() string { return "datetime" } |
nothing calls this directly
no outgoing calls
no test coverage detected