Categorygithub.com/aws/aws-sdk-go-v2/internal/ini
modulepackage
1.8.3
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Functions

NewSection returns an initialize section for the name.
NewSections returns empty ini Sections.
NewStringValue returns a Value type generated using a string input.
OpenFile parses shared config from the given file path.
Parse parses shared config from the given reader.

# Constants

ValueType enums.
ValueType enums.
ValueType enums.

# Structs

Section contains a name and values.
Sections is a map of Section structures that represent a configuration.
UnableToReadFile is an error indicating that a ini file could not be read.
Value is a union container.

# Type aliases

ValueType is an enum that will signify what type the Value is.