biz

package
v0.0.0-...-b015d54 Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Hello

func Hello(ctx context.Context, idx uint64) (name string)

func ServiceB

func ServiceB(ctx context.Context, val int64)

func SliceV1

func SliceV1(items ...int) []int

func SliceV2

func SliceV2(items ...int) []int

Types

type Query

type Query struct {
	PageNo   uint16 `json:"pageNo,omitempty" form:"pageNo"`
	PageSize uint16 `json:"pageSize,omitempty" form:"pageSize"`
	Status   string `json:"status,omitempty" form:"status"`
}

func (*Query) Do

func (query *Query) Do(ctx context.Context) (*Result, *Error)

func (*Query) Valid

func (query *Query) Valid() error

type Result

type Result struct{}

Jump to

Keyboard shortcuts

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