Documentation
¶
Index ¶
- type Info
- func (i *Info) CmdLines() Types
- func (i *Info) ColumnTypes() Types
- func (i *Info) Defaults() Types
- func (i *Info) Dynamics() Types
- func (i Info) LastSysvar() string
- func (i *Info) SaveCommandLine(cmd_line string)
- func (i *Info) SaveDefault(default_value string)
- func (i *Info) SaveDynamic(dynamic string)
- func (i *Info) SaveName(name string)
- func (i *Info) SaveScope(scope string)
- func (i *Info) SaveType(name_type string)
- func (i *Info) Scopes() Types
- type Types
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func (*Info) ColumnTypes ¶
func (Info) LastSysvar ¶
func (*Info) SaveCommandLine ¶
func (*Info) SaveDefault ¶
save the default_val settings
func (*Info) SaveType ¶
add to the name / type map. We'll find more than one value if there's a table with different values for different versions. If the type changes then we'll need to record the value for each version. Not sure if that's needed yet. If the type does not change then there's no problem. Otherwise issue a warning (error?)
Click to show internal directories.
Click to hide internal directories.