utils

package
v0.0.0-...-42b8c7a Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IniParser

type IniParser struct {
	// contains filtered or unexported fields
}

func (*IniParser) GetAllSection

func (this *IniParser) GetAllSection() []string

func (*IniParser) GetFloat32

func (this *IniParser) GetFloat32(section string, key string) float32

func (*IniParser) GetFloat64

func (this *IniParser) GetFloat64(section string, key string) float64

func (*IniParser) GetInt32

func (this *IniParser) GetInt32(section string, key string) int32

func (*IniParser) GetInt64

func (this *IniParser) GetInt64(section string, key string) int64

func (*IniParser) GetSectionKeys

func (this *IniParser) GetSectionKeys(section string) []string

func (*IniParser) GetString

func (this *IniParser) GetString(section string, key string) string

func (*IniParser) GetUint32

func (this *IniParser) GetUint32(section string, key string) uint32

func (*IniParser) GetUint64

func (this *IniParser) GetUint64(section string, key string) uint64

func (*IniParser) Load

func (this *IniParser) Load(config_file_name string) error

type IniParserError

type IniParserError struct {
	// contains filtered or unexported fields
}

func (*IniParserError) Error

func (e *IniParserError) Error() string

Jump to

Keyboard shortcuts

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