MCPcopy 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
16type SortArgs struct {
17 // Strings is a slice of strings to sort.
18 Strings []string `json:"strings"`
19}
20
21func (SortArgs) Kind() string { return "sort" }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected