simple

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Code generated by go generate; DO NOT EDIT.

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.

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.

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.

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.

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.

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.

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

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) Delete added in v1.1.0

func (p *Number) Delete(index int) error

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 (p *Number) GetParserName() string

func (*Number) Init added in v1.1.0

func (p *Number) Init()

func (*Number) Insert added in v1.1.0

func (p *Number) Insert(data common.ParserData, index int) error

func (*Number) Parse added in v1.1.0

func (s *Number) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*Number) Result added in v1.1.0

func (s *Number) Result() ([]common.ReturnResultLine, error)

func (*Number) Set added in v1.1.0

func (p *Number) Set(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) Delete added in v1.1.0

func (p *Option) Delete(index int) error

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 (p *Option) GetParserName() string

func (*Option) Init added in v1.1.0

func (o *Option) Init()

func (*Option) Insert added in v1.1.0

func (p *Option) Insert(data common.ParserData, index int) error

func (*Option) Parse added in v1.1.0

func (o *Option) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*Option) Result added in v1.1.0

func (o *Option) Result() ([]common.ReturnResultLine, error)

func (*Option) Set added in v1.1.0

func (p *Option) Set(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) Delete added in v1.1.0

func (p *String) Delete(index int) error

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 (p *String) GetParserName() string

func (*String) Init added in v1.1.0

func (p *String) Init()

func (*String) Insert added in v1.1.0

func (p *String) Insert(data common.ParserData, index int) error

func (*String) Parse added in v1.1.0

func (s *String) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*String) Result added in v1.1.0

func (s *String) Result() ([]common.ReturnResultLine, error)

func (*String) Set added in v1.1.0

func (p *String) Set(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) Delete added in v1.1.0

func (p *Time) Delete(index int) error

func (*Time) Get added in v1.1.0

func (p *Time) Get(createIfNotExist bool) (common.ParserData, error)

func (*Time) GetOne added in v1.1.0

func (p *Time) GetOne(index int) (common.ParserData, error)

func (*Time) GetParserName added in v1.1.0

func (p *Time) GetParserName() string

func (*Time) Init added in v1.1.0

func (p *Time) Init()

func (*Time) Insert added in v1.1.0

func (p *Time) Insert(data common.ParserData, index int) error

func (*Time) Parse added in v1.1.0

func (s *Time) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*Time) Result added in v1.1.0

func (s *Time) Result() ([]common.ReturnResultLine, error)

func (*Time) Set added in v1.1.0

func (p *Time) Set(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) Parse added in v1.1.0

func (s *TimeTwoWords) Parse(line string, parts, previousParts []string, comment string) (changeState string, err 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) Delete added in v1.1.0

func (p *Timeout) Delete(index int) error

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 (p *Timeout) GetParserName() string

func (*Timeout) Init added in v1.1.0

func (t *Timeout) Init()

func (*Timeout) Insert added in v1.1.0

func (p *Timeout) Insert(data common.ParserData, index int) error

func (*Timeout) Parse added in v1.1.0

func (t *Timeout) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*Timeout) Result added in v1.1.0

func (t *Timeout) Result() ([]common.ReturnResultLine, error)

func (*Timeout) Set added in v1.1.0

func (p *Timeout) Set(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) Delete added in v1.1.0

func (p *Word) Delete(index int) error

func (*Word) Get added in v1.1.0

func (p *Word) Get(createIfNotExist bool) (common.ParserData, error)

func (*Word) GetOne added in v1.1.0

func (p *Word) GetOne(index int) (common.ParserData, error)

func (*Word) GetParserName added in v1.1.0

func (p *Word) GetParserName() string

func (*Word) Init added in v1.1.0

func (p *Word) Init()

func (*Word) Insert added in v1.1.0

func (p *Word) Insert(data common.ParserData, index int) error

func (*Word) Parse added in v1.1.0

func (s *Word) Parse(line string, parts, previousParts []string, comment string) (changeState string, err error)

func (*Word) Result added in v1.1.0

func (s *Word) Result() ([]common.ReturnResultLine, error)

func (*Word) Set added in v1.1.0

func (p *Word) Set(data common.ParserData, index int) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL