package
1.0.0-rc.0
Repository: https://github.com/fantom-foundation/go-lachesis.git
Documentation: pkg.go.dev

# Functions

NewIDStore return new toml.IDStore.
NewTomlHelper return new helper using *ast.Table created in toml library Parse method.
No description provided by the author
No description provided by the author

# Variables

ErrorParamAlreadyExists error for already exists params when add.
ErrorParamNotExists error for not exists params when read.
ErrorSectionAlreadyExists error for already exists section when add.
ErrorSectionNotExists error for not exists section when search.
Settings ensure that TOML keys use the same names as Go struct fields.

# Structs

Helper is helper for simple manipulate with parsed toml data.
IDStore is implementation for migration id storage in toml file value.