parseLng

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(ctx context.Context, args []string) error

Types

type Config

type Config struct {
	Input  string `long:"input" short:"i" required:"true"`
	Output string `long:"output" short:"o" required:"true"`
}

type Domain

type Domain struct {
	Id     uint32
	Groups map[uint32]*Group
}

func (*Domain) GetGroups

func (domain *Domain) GetGroups() []*Group

type Group

type Group struct {
	Id      uint32
	Records map[uint32]*language.Record
}

func (*Group) GetRecords

func (group *Group) GetRecords() []*language.Record

type Language

type Language struct {
	Id      string
	Domains map[uint32]*Domain
}

func (*Language) GetDomains

func (language *Language) GetDomains() []*Domain

Jump to

Keyboard shortcuts

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