component

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2023 License: Apache-2.0 Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface{}

type ComponentDesc

type ComponentDesc struct {
	ComonentName   string
	ComponentIndex uint8       // equeal to module index
	ComponentType  interface{} `json:"-"`
	Methods        []ComponentMethodDesc
}

type ComponentMethodDesc

type ComponentMethodDesc struct {
	MethodIndex uint32        // equeal to action index
	MethodName  string        // equeal to action name
	FieldType   reflect.Type  `json:"-"` // method field type to create field by reflect, but use the filedhandler is better
	Handler     methodHandler `json:"-"` // method handler
	FiledHanler filedHandler  `json:"-"` // method field handler, the handler function will be called to create field
}

Jump to

Keyboard shortcuts

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