eth-tracker/internal/batcher/batcher.go

7 lines
47 B
Go

package batcher
type (
Batcher struct {
}
)