model

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbConfig

type DbConfig struct {
	MaxLifeTimeConnection time.Duration
	MaxIdleTimeConnection time.Duration
	MaxIdleConnection     int
	MaxOpenConnection     int
}

type DbExec added in v1.1.52

type DbExec struct {
	Host string
}

type DbUnsafeSelectError

type DbUnsafeSelectError struct {
	LogType    string
	SqlQuery   string
	SqlPars    []interface{}
	LogMessage *string
	LogTrace   *string
}

type FileData added in v1.2.3

type FileData struct {
	Name   string
	Data   []byte
	Width  *int
	Height *int
}

type RequestHeader added in v1.1.6

type RequestHeader struct {
	UID           string `json:"X-UID"`
	Language      string `json:"X-Language"`
	Version       string `json:"X-Version"`
	SvcParent     string `json:"X-SvcParent"`
	RFTime        *time.Time
	RFTimeRaw     string `json:"X-RFTime"`
	HashKey       string `json:"X-HashKey"`
	Authorization string `json:"Authorization"`
	UserHashId    string `json:"X-UserHashId"`
}

Jump to

Keyboard shortcuts

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