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 GetParam(name string) string GetParamOptional(name, defaultValue string) string GetParamRequired(name string) (string, error) SetParam(name, value string) Export(dst map[string]string) map[string]string Import(src map[string]string) }
Table ... 表示一个参数表
Click to show internal directories.
Click to hide internal directories.