Documentation
¶
Index ¶
- func Byte2Lower(c byte) byte
- func Byte2Upper(c byte) byte
- func Bytes2String(b []byte) string
- func BytesToString(b []byte) string
- func SliceRemove[T any](s []T, index int) []T
- type GeneSort
- func (s *GeneSort) GetFloatValueByIndex(index int) (float64, error)
- func (s *GeneSort) GetIntValueByIndex(index int) (int64, error)
- func (s *GeneSort) GetStringValueByIndex(index int) (string, error)
- func (s *GeneSort) Len() int
- func (s *GeneSort) Less(i, j int) bool
- func (s *GeneSort) SortFloat(name string, desc ...bool) error
- func (s *GeneSort) SortInt(name string, desc ...bool) error
- func (s *GeneSort) SortString(name string, desc ...bool) error
- func (s *GeneSort) Swap(i, j int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Byte2Lower ¶
func Byte2Upper ¶
func Bytes2String ¶
func BytesToString ¶
func SliceRemove ¶
Types ¶
type GeneSort ¶
type GeneSort struct {
// contains filtered or unexported fields
}
func NewGeneSort ¶
func NewGeneSort(value interface{}) *GeneSort
func (*GeneSort) GetFloatValueByIndex ¶
func (*GeneSort) GetIntValueByIndex ¶
func (*GeneSort) GetStringValueByIndex ¶
Click to show internal directories.
Click to hide internal directories.