util

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CommonRequest

func CommonRequest(method, url string, data interface{}, headers ...map[string]string) (int, []byte, error)

func DoCommonRequest

func DoCommonRequest(client *http.Client, method, url string, data interface{}, headers ...map[string]string) (int, []byte, error)

func DoRecover

func DoRecover()

func GenUniqueId

func GenUniqueId() (string, error)

func GetPureInterface added in v1.3.0

func GetPureInterface(i interface{}) interface{}

func UniqStringSlice

func UniqStringSlice(s []string) []string

Types

type GPool

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

func NewGPool

func NewGPool(size int) *GPool

func (*GPool) Acquire

func (p *GPool) Acquire(delta int)

func (*GPool) Release

func (p *GPool) Release(delta int)

Jump to

Keyboard shortcuts

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