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 Stats
- func (p *Stats) Delete(index int) error
- func (p *Stats) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Stats) GetOne(index int) (common.ParserData, error)
- func (p *Stats) GetParserName() string
- func (p *Stats) GetPreComments() ([]string, error)
- func (s *Stats) Init()
- func (p *Stats) Insert(data common.ParserData, index int) error
- func (s *Stats) Parse(line string, parts []string, comment string) (string, error)
- func (s *Stats) ParseStats(stats types.StatsSettings, parts []string, comment string) error
- func (p *Stats) PreParse(line string, parts []string, preComments []string, comment string) (string, error)
- func (s *Stats) Result() ([]common.ReturnResultLine, error)
- func (p *Stats) ResultAll() ([]common.ReturnResultLine, []string, error)
- func (p *Stats) Set(data common.ParserData, index int) error
- func (p *Stats) SetPreComments(preComments []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
func (*Stats) GetParserName ¶
func (*Stats) GetPreComments ¶
func (*Stats) ParseStats ¶
func (*Stats) SetPreComments ¶
Click to show internal directories.
Click to hide internal directories.