mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-03 22:22:15 +00:00
7 lines
221 B
Go
7 lines
221 B
Go
// This package exposes only the public types and functions for creating new
|
|
// modifiers for KSQL.
|
|
//
|
|
// For understanding internal details of the code
|
|
// please read the `internal/modifiers` package.
|
|
package kmodifiers
|