iniReader

package
v1.9.5 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

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

func New

func New(configFile string) *Reader

func (*Reader) Float32

func (m *Reader) Float32(section, key string) float32

float32 配置读取

func (*Reader) Float64

func (m *Reader) Float64(section, key string) float64

float64 配置读取

func (*Reader) Int

func (m *Reader) Int(section, key string) int

int 配置读取

func (*Reader) Int32

func (m *Reader) Int32(section, key string) int32

int32 配置读取

func (*Reader) Int64

func (m *Reader) Int64(section, key string) int64

int64 配置读取

func (*Reader) String

func (m *Reader) String(section, key string) string

字符串配置读取

Jump to

Keyboard shortcuts

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