Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/riverqueue/river
/ SortArgs
Struct
SortArgs
example_insert_and_work_test.go:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
SortArgs
struct
{
17
// Strings is a slice of strings to sort.
18
Strings []string `json:
"strings"
`
19
}
20
21
func
(SortArgs) Kind() string {
return
"sort"
}
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected