Documentation ¶
Index ¶
- func ContainerEscapeString(v string) bool
- type Item
- type Lexer
- func (l *Lexer) AppendValidParameter(param Item, fromNo int)
- func (l *Lexer) Empty() bool
- func (l *Lexer) GetAllParams() map[string][]Item
- func (l *Lexer) GetItem(key string) []Item
- func (l Lexer) IsUpdated() bool
- func (l *Lexer) Load(str string) error
- func (l *Lexer) ParseParameter(paramLine string, paramID int) (Item, error)
- func (l *Lexer) RemoveParameter(it *Item)
- func (l *Lexer) SortParameters() []Item
- func (l *Lexer) ToString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerEscapeString ¶
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
func (*Lexer) AppendValidParameter ¶
func (*Lexer) GetAllParams ¶
func (*Lexer) ParseParameter ¶
func (*Lexer) RemoveParameter ¶
func (*Lexer) SortParameters ¶
Click to show internal directories.
Click to hide internal directories.