model

package
v1.1.25 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 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
	MaxIdleConnection     int
	MaxOpenConnection     int
}

type DbUnsafeSelectError

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

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"`
}

Jump to

Keyboard shortcuts

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