2022-02-10 22:06:57 +00:00
|
|
|
//go:build !solution
|
2020-02-14 23:01:42 +00:00
|
|
|
|
|
|
|
package batcher
|
|
|
|
|
2024-06-05 17:36:34 +00:00
|
|
|
import "gitlab.com/slon/shad-go/batcher/slow"
|
2020-02-14 23:01:42 +00:00
|
|
|
|
2024-06-05 17:36:34 +00:00
|
|
|
type Batcher struct {
|
|
|
|
}
|
2020-02-14 23:01:42 +00:00
|
|
|
|
|
|
|
func NewBatcher(v *slow.Value) *Batcher {
|
|
|
|
return nil
|
|
|
|
}
|