Documentation ¶
Overview ¶
Package message 各类输出消息的处理
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler 异步的消息处理机制
包含了本地化的信息,输出时,会以指定的本地化内容输出
type SyntaxError ¶
SyntaxError 表示语法错误信息
无论是配置文件的错误,还是文档的语法错误,都将返回此错误。 apidoc 的错误基本上都是基于 SyntaxError。
func NewLocaleError ¶
func NewLocaleError(file, field string, line int, msg message.Reference, val ...interface{}) *SyntaxError
NewLocaleError 本地化的错误信息
其中的 msg 和 val 会被转换成本地化的内容保存。
func WithError ¶
func WithError(file, field string, line int, err error) *SyntaxError
WithError 声明 SyntaxError 实例,其中的提示信息由 err 返回
func (*SyntaxError) Error ¶
func (err *SyntaxError) Error() string
Directories ¶
Path | Synopsis |
---|---|
Package messagetest 提供测试生成 message 相关的测试工具
|
Package messagetest 提供测试生成 message 相关的测试工具 |
Click to show internal directories.
Click to hide internal directories.