MCPcopy
hub / github.com/convox/rack / Sortable

Interface Sortable

pkg/api/sort.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package api
2
3type Sortable interface {
4 Less(int, int) bool
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected