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.
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.
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.
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 Number
- func (p *Number) Delete(index int) error
- func (p *Number) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Number) GetOne(index int) (common.ParserData, error)
- func (p *Number) GetParserName() string
- func (p *Number) Init()
- func (p *Number) Insert(data common.ParserData, index int) error
- func (s *Number) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (s *Number) Result() ([]common.ReturnResultLine, error)
- func (p *Number) Set(data common.ParserData, index int) error
- type Option
- func (p *Option) Delete(index int) error
- func (p *Option) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Option) GetOne(index int) (common.ParserData, error)
- func (p *Option) GetParserName() string
- func (o *Option) Init()
- func (p *Option) Insert(data common.ParserData, index int) error
- func (o *Option) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (o *Option) Result() ([]common.ReturnResultLine, error)
- func (p *Option) Set(data common.ParserData, index int) error
- type String
- func (p *String) Delete(index int) error
- func (p *String) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *String) GetOne(index int) (common.ParserData, error)
- func (p *String) GetParserName() string
- func (p *String) Init()
- func (p *String) Insert(data common.ParserData, index int) error
- func (s *String) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (s *String) Result() ([]common.ReturnResultLine, error)
- func (p *String) Set(data common.ParserData, index int) error
- type Time
- func (p *Time) Delete(index int) error
- func (p *Time) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Time) GetOne(index int) (common.ParserData, error)
- func (p *Time) GetParserName() string
- func (p *Time) Init()
- func (p *Time) Insert(data common.ParserData, index int) error
- func (s *Time) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (s *Time) Result() ([]common.ReturnResultLine, error)
- func (p *Time) Set(data common.ParserData, index int) error
- type TimeTwoWords
- func (p *TimeTwoWords) Delete(index int) error
- func (p *TimeTwoWords) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *TimeTwoWords) GetOne(index int) (common.ParserData, error)
- func (p *TimeTwoWords) GetParserName() string
- func (s *TimeTwoWords) Init()
- func (p *TimeTwoWords) Insert(data common.ParserData, index int) error
- func (s *TimeTwoWords) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (s *TimeTwoWords) Result() ([]common.ReturnResultLine, error)
- func (p *TimeTwoWords) Set(data common.ParserData, index int) error
- type Timeout
- func (p *Timeout) Delete(index int) error
- func (p *Timeout) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Timeout) GetOne(index int) (common.ParserData, error)
- func (p *Timeout) GetParserName() string
- func (t *Timeout) Init()
- func (p *Timeout) Insert(data common.ParserData, index int) error
- func (t *Timeout) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (t *Timeout) Result() ([]common.ReturnResultLine, error)
- func (p *Timeout) Set(data common.ParserData, index int) error
- type Word
- func (p *Word) Delete(index int) error
- func (p *Word) Get(createIfNotExist bool) (common.ParserData, error)
- func (p *Word) GetOne(index int) (common.ParserData, error)
- func (p *Word) GetParserName() string
- func (p *Word) Init()
- func (p *Word) Insert(data common.ParserData, index int) error
- func (s *Word) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)
- func (s *Word) Result() ([]common.ReturnResultLine, error)
- func (p *Word) Set(data common.ParserData, index int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Number ¶ added in v1.1.0
type Number struct { Name string // contains filtered or unexported fields }
func (*Number) Get ¶ added in v1.1.0
func (p *Number) Get(createIfNotExist bool) (common.ParserData, error)
func (*Number) GetOne ¶ added in v1.1.0
func (p *Number) GetOne(index int) (common.ParserData, error)
func (*Number) GetParserName ¶ added in v1.1.0
func (*Number) Insert ¶ added in v1.1.0
func (p *Number) Insert(data common.ParserData, index int) error
type Option ¶ added in v1.1.0
type Option struct { Name string // contains filtered or unexported fields }
func (*Option) Get ¶ added in v1.1.0
func (p *Option) Get(createIfNotExist bool) (common.ParserData, error)
func (*Option) GetOne ¶ added in v1.1.0
func (p *Option) GetOne(index int) (common.ParserData, error)
func (*Option) GetParserName ¶ added in v1.1.0
func (*Option) Insert ¶ added in v1.1.0
func (p *Option) Insert(data common.ParserData, index int) error
type String ¶ added in v1.1.0
type String struct { Name string // contains filtered or unexported fields }
func (*String) Get ¶ added in v1.1.0
func (p *String) Get(createIfNotExist bool) (common.ParserData, error)
func (*String) GetOne ¶ added in v1.1.0
func (p *String) GetOne(index int) (common.ParserData, error)
func (*String) GetParserName ¶ added in v1.1.0
func (*String) Insert ¶ added in v1.1.0
func (p *String) Insert(data common.ParserData, index int) error
type Time ¶ added in v1.1.0
type Time struct { Name string // contains filtered or unexported fields }
func (*Time) Get ¶ added in v1.1.0
func (p *Time) Get(createIfNotExist bool) (common.ParserData, error)
func (*Time) GetParserName ¶ added in v1.1.0
func (*Time) Insert ¶ added in v1.1.0
func (p *Time) Insert(data common.ParserData, index int) error
type TimeTwoWords ¶ added in v1.1.0
type TimeTwoWords struct { Keywords []string Name string // contains filtered or unexported fields }
func (*TimeTwoWords) Delete ¶ added in v1.1.0
func (p *TimeTwoWords) Delete(index int) error
func (*TimeTwoWords) Get ¶ added in v1.1.0
func (p *TimeTwoWords) Get(createIfNotExist bool) (common.ParserData, error)
func (*TimeTwoWords) GetOne ¶ added in v1.1.0
func (p *TimeTwoWords) GetOne(index int) (common.ParserData, error)
func (*TimeTwoWords) GetParserName ¶ added in v1.1.0
func (p *TimeTwoWords) GetParserName() string
func (*TimeTwoWords) Init ¶ added in v1.1.0
func (s *TimeTwoWords) Init()
func (*TimeTwoWords) Insert ¶ added in v1.1.0
func (p *TimeTwoWords) Insert(data common.ParserData, index int) error
func (*TimeTwoWords) Result ¶ added in v1.1.0
func (s *TimeTwoWords) Result() ([]common.ReturnResultLine, error)
func (*TimeTwoWords) Set ¶ added in v1.1.0
func (p *TimeTwoWords) Set(data common.ParserData, index int) error
type Timeout ¶ added in v1.1.0
type Timeout struct { Name string // contains filtered or unexported fields }
func (*Timeout) Get ¶ added in v1.1.0
func (p *Timeout) Get(createIfNotExist bool) (common.ParserData, error)
func (*Timeout) GetOne ¶ added in v1.1.0
func (p *Timeout) GetOne(index int) (common.ParserData, error)
func (*Timeout) GetParserName ¶ added in v1.1.0
func (*Timeout) Insert ¶ added in v1.1.0
func (p *Timeout) Insert(data common.ParserData, index int) error
type Word ¶ added in v1.1.0
type Word struct { Name string // contains filtered or unexported fields }
func (*Word) Get ¶ added in v1.1.0
func (p *Word) Get(createIfNotExist bool) (common.ParserData, error)
func (*Word) GetParserName ¶ added in v1.1.0
func (*Word) Insert ¶ added in v1.1.0
func (p *Word) Insert(data common.ParserData, index int) error
Source Files
¶
- simple-number.go
- simple-number_generated.go
- simple-option.go
- simple-option_generated.go
- simple-string.go
- simple-string_generated.go
- simple-time-two-words.go
- simple-time-two-words_generated.go
- simple-time.go
- simple-time_generated.go
- simple-timeout.go
- simple-timeout_generated.go
- simple-word.go
- simple-word_generated.go