Home
last modified time | relevance | path

Searched refs:CSISnapshotSort (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dcsi.go159 sort.Sort(CSISnapshotSort(resp.Snapshots))
379 type CSISnapshotSort []*CSISnapshot type
381 func (v CSISnapshotSort) Len() int {
385 func (v CSISnapshotSort) Less(i, j int) bool {
389 func (v CSISnapshotSort) Swap(i, j int) {
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dcsi.go159 sort.Sort(CSISnapshotSort(resp.Snapshots))
379 type CSISnapshotSort []*CSISnapshot type
381 func (v CSISnapshotSort) Len() int {
385 func (v CSISnapshotSort) Less(i, j int) bool {
389 func (v CSISnapshotSort) Swap(i, j int) {