Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table interface { Mode() safe.Mode Names() []string GetAttribute(name string) any GetAttributeOptional(name string, defaultValue any) any GetAttributeRequired(name string) (any, error) SetAttribute(name string, value any) Export(dst map[string]any) map[string]any Import(src map[string]any) }
Table 表示 attributes 属性表
Click to show internal directories.
Click to hide internal directories.