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.
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 Requests
- func (p *Requests) Delete(index int) error
- func (p *Requests) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Requests) GetOne(index int) (common.ParserData, error)
- func (p *Requests) GetParserName() string
- func (h *Requests) Init()
- func (p *Requests) Insert(data common.ParserData, index int) error
- func (h *Requests) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (h *Requests) ParseTCPRequest(request types.TCPType, parts []string, comment string) error
- func (p *Requests) PreParse(line string, parts, previousParts []string, preComments []string, ...) (changeState string, err error)
- func (h *Requests) Result() ([]common.ReturnResultLine, error)
- func (p *Requests) ResultAll() ([]common.ReturnResultLine, []string, error)
- func (p *Requests) Set(data common.ParserData, index int) error
- type Responses
- func (p *Responses) Delete(index int) error
- func (p *Responses) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Responses) GetOne(index int) (common.ParserData, error)
- func (p *Responses) GetParserName() string
- func (h *Responses) Init()
- func (p *Responses) Insert(data common.ParserData, index int) error
- func (h *Responses) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (h *Responses) ParseTCPRequest(request types.TCPType, parts []string, comment string) error
- func (p *Responses) PreParse(line string, parts, previousParts []string, preComments []string, ...) (changeState string, err error)
- func (h *Responses) Result() ([]common.ReturnResultLine, error)
- func (p *Responses) ResultAll() ([]common.ReturnResultLine, []string, error)
- func (p *Responses) Set(data common.ParserData, index int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Requests ¶
type Requests struct { Name string Mode string // frontent, backend, listen // contains filtered or unexported fields }
func (*Requests) GetParserName ¶
func (*Requests) ParseTCPRequest ¶
type Responses ¶
type Responses struct { Name string Mode string // frontent, backend // contains filtered or unexported fields }