i12e

package
v0.0.0-...-eb19f60 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: GPL-3.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	StatusProjectNormal     = "normal"     // 正常
	StatusProjectDoing      = "doing"      // 制作中
	StatusProjectDelivering = "delivering" // 交付中(制作完成)
	StatusProjectDelivered  = "delivered"  // 交付完成(待结账)
	StatusProjectDone       = "done"       // 正常结束(结账完成)
	StatusProjectUnfinished = "unfinished" // 烂尾项目(任何问题结束)
)
View Source
const (
	StatusAPINormal  = "normal"
	StatusAPIDeleted = "deleted"
)
View Source
const (
	ParamTypeHeader = iota + 1
	ParamTypeQuery
	ParamTypeRequest
	ParamTypeResponse
)
View Source
const (
	HTTPMethodGet = iota + 1
	HTTPMethodHead
	HTTPMethodPost
	HTTPMethodPut
	HTTPMethodPatch
	HTTPMethodDelete
	HTTPMethodConnect
	HTTPMethodOptions
	HTTPMethodTrace
)

Variables

View Source
var MapStatusName = map[string]string{}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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