Documentation ¶
Overview ¶
Code generated by go generate; DO NOT EDIT.
Copyright 2019 HAProxy Technologies ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type Cache
- type Compression
- type Filters
- func (p *Filters) Delete(index int) error
- func (p *Filters) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Filters) GetOne(index int) (common.ParserData, error)
- func (p *Filters) GetParserName() string
- func (h *Filters) Init()
- func (p *Filters) Insert(data common.ParserData, index int) error
- func (h *Filters) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (h *Filters) ParseFilter(filter types.Filter, parts []string, comment string) error
- func (p *Filters) PreParse(line string, parts, previousParts []string, preComments []string, ...) (changeState string, err error)
- func (h *Filters) Result() ([]common.ReturnResultLine, error)
- func (p *Filters) ResultAll() ([]common.ReturnResultLine, []string, error)
- func (p *Filters) Set(data common.ParserData, index int) error
- type Spoe
- type Trace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compression ¶
func (*Compression) Result ¶
func (f *Compression) Result() common.ReturnResultLine
type Filters ¶
type Filters struct { Name string // contains filtered or unexported fields }
func (*Filters) GetParserName ¶
func (*Filters) ParseFilter ¶
Click to show internal directories.
Click to hide internal directories.