 Documentation
      ¶
      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 BandwidthLimit
- type Cache
- type Compression
- type FcgiApp
- 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 (p *Filters) GetPreComments() ([]string, error)
- func (h *Filters) Init()
- func (p *Filters) Insert(data common.ParserData, index int) error
- func (h *Filters) Parse(line string, parts []string, comment string) (string, error)
- func (h *Filters) ParseFilter(filter types.Filter, parts []string, comment string) error
- func (p *Filters) PreParse(line string, parts []string, preComments []string, comment string) (string, 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
- func (p *Filters) SetPreComments(preComments []string)
 
- type Opentracing
- type Spoe
- type Trace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthLimit ¶
type BandwidthLimit struct {
	Comment       string
	Attribute     string
	Name          string
	DefaultLimit  string
	DefaultPeriod string
	Limit         string
	Key           string
	Table         *string
	MinSize       *string
}
    func (*BandwidthLimit) Result ¶
func (b *BandwidthLimit) Result() common.ReturnResultLine
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) GetPreComments ¶
func (*Filters) ParseFilter ¶
func (*Filters) ResultAll ¶
func (p *Filters) ResultAll() ([]common.ReturnResultLine, []string, error)
func (*Filters) SetPreComments ¶
type Opentracing ¶
func (*Opentracing) Result ¶
func (o *Opentracing) Result() common.ReturnResultLine
 Click to show internal directories. 
   Click to hide internal directories.