Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodeTypeCommon = 1 CodeTypeBusiness = 2 )
View Source
const ( System = 1 User = 2 )
Variables ¶
This section is empty.
Functions ¶
func NewInvokeNode ¶
func NewInvokeNode(param interface{}, errMsg string) *invokeNode
Types ¶
type CodeCategoryFactory ¶
type CodeCategoryFactory struct {
Type CodeType
}
func Business ¶
func Business() *CodeCategoryFactory
func Common ¶
func Common() *CodeCategoryFactory
func (*CodeCategoryFactory) New ¶
func (f *CodeCategoryFactory) New(cat uint8) *CodeFactory
type CodeFactory ¶
Click to show internal directories.
Click to hide internal directories.