Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxFileSize is the limitation size of file MaxFileSize = 30 * 1024 * 1024 // FileFieldName Form-Data fieldKey FileFieldName = "fileFieldName" FileOptionFieldName = "fileOption" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationType ¶ added in v0.0.2
type OperationType int
type PlatformEnvType ¶ added in v0.0.2
type PlatformEnvType int
const ( PlatformEnvDEV PlatformEnvType = iota + 1 PlatformEnvUAT PlatformEnvLR PlatformEnvPRE PlatformEnvOnline )
func (PlatformEnvType) String ¶ added in v0.0.2
func (p PlatformEnvType) String() string
Click to show internal directories.
Click to hide internal directories.