9 lines
63 B
Go
9 lines
63 B
Go
package indexer
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
type Indexer interface {
|
|
}
|