Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDatabaseExist 自定义error信息 ErrDatabaseExist = errors.New("database already exist") // ErrDataNotFound 自定义error信息 ErrDataNotFound = errors.New("database not found") // ErrFormExist 自定义error信息 ErrFormExist = errors.New("form already exist") // ErrFormNotFoundOrSupport 自定义error信息 ErrFormNotFoundOrSupport = errors.New("form not found or type not support") // ErrKeyNotFound 自定义error信息 ErrKeyNotFound = errors.New("key not found") // ErrLinkNotFound 自定义error信息 ErrLinkNotFound = errors.New("link not found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.