package
Version:
v0.0.5-0...-8e55a6f
Opens a new window with list of versions in this module.
Published: Dec 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Normalize set sort by index
type Embed struct {
Sort int
}
Embed implements Sortable interface. resource which supports sorting like "move up", "move to" can embed this struct
type Sortable interface {
GetSort() int
SetSort(int)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.