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
GetProperty(name string) string
GetPropertyRequired(name string) (string, error)
GetPropertyOptional(name string, defaultValue string) string
SetProperty(name string, value string)
Export(dst map[string]string) map[string]string
Import(src map[string]string)
}
Table 表示一个属性的集合
func LoadFromResource ¶ added in v0.9.8
LoadFromResource 从资源中加载属性表
Click to show internal directories.
Click to hide internal directories.