top

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Call

func Call(proc *process.Process, arg interface{}) (bool, error)

func Prepare

func Prepare(_ *process.Process, arg interface{}) error

func String

func String(arg interface{}, buf *bytes.Buffer)

Types

type Argument

type Argument struct {
	Limit int64
	Fs    []Field
	// contains filtered or unexported fields
}

type Container

type Container struct {
	// contains filtered or unexported fields
}

func (*Container) Len

func (ctr *Container) Len() int

func (*Container) Less

func (ctr *Container) Less(i, j int) bool

func (*Container) Pop

func (ctr *Container) Pop() interface{}

func (*Container) Push

func (ctr *Container) Push(x interface{})

func (*Container) Swap

func (ctr *Container) Swap(i, j int)

type Direction

type Direction int8

Direction for ordering results.

const (
	DefaultDirection Direction = iota
	Ascending
	Descending
)

Direction values.

func (Direction) String

func (i Direction) String() string

type Field

type Field struct {
	Attr string
	Type Direction
}

func (Field) String

func (n Field) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL