param

package
v0.0.0-...-c131251 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2020 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	STRING  = "string"
	INTEGER = "integer"
	FLOAT   = "float"
	DOUBLE  = "double"
	BOOLEAN = "boolean"
	LONG    = "long"
)
View Source
const (
	ASC  = "asc"
	DESC = "desc"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AddExternalFields

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

func NewAddExternalFields

func NewAddExternalFields() *AddExternalFields

func (*AddExternalFields) AddField

func (addExternalFields *AddExternalFields) AddField(key string, value interface{})

func (*AddExternalFields) GetString

func (addExternalFields *AddExternalFields) GetString() string

func (*AddExternalFields) GetValue

func (addExternalFields *AddExternalFields) GetValue() map[string]interface{}

type AuthInfo

type AuthInfo struct {
	EndPoint string
	Ak       string
	Sk       string
}

type CreateExternalFields

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

func NewCreateExternalFields

func NewCreateExternalFields() *CreateExternalFields

func (*CreateExternalFields) AddField

func (createExternalFields *CreateExternalFields) AddField(fieldName string, fieldType string)

func (*CreateExternalFields) GetString

func (createExternalFields *CreateExternalFields) GetString() string

func (*CreateExternalFields) GetValue

func (createExternalFields *CreateExternalFields) GetValue() map[string]map[string]string

type ProxyHostInfo

type ProxyHostInfo struct {
	Proxy string
}

type SearchReturnFields

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

func NewSearchReturnFields

func NewSearchReturnFields() *SearchReturnFields

func (*SearchReturnFields) AddReturnField

func (searchReturnFields *SearchReturnFields) AddReturnField(key string)

func (*SearchReturnFields) GetString

func (searchReturnFields *SearchReturnFields) GetString() string

func (*SearchReturnFields) GetValue

func (searchReturnFields *SearchReturnFields) GetValue() []string

type SearchSort

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

func NewSearchSort

func NewSearchSort() *SearchSort

func (*SearchSort) AddSortField

func (searchSort *SearchSort) AddSortField(key string, sortType string)

func (*SearchSort) GetString

func (searchSort *SearchSort) GetString() string

func (*SearchSort) GetValue

func (searchSort *SearchSort) GetValue() []map[string]string

Jump to

Keyboard shortcuts

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