component

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 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 {
	ComponentName  string
	ComponentIndex uint8       // equal to module index
	ComponentType  interface{} `json:"-"`
	Methods        []ComponentMethodDesc
}

type ComponentMethodDesc

type ComponentMethodDesc struct {
	MethodIndex  uint32        // equal to action index
	MethodName   string        // equal to action name
	FieldType    reflect.Type  `json:"-"` // method field type to create field by reflect, but use the filed handler is better
	Handler      methodHandler `json:"-"` // method handler
	FieldHandler fieldHandler  `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