countrysrv

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Country

type Country struct {
	Abrv string
	Name string
}

Country Country

type CountryService

type CountryService interface {
	GetCountryList(name string) *[]Country
}

CountryService CountryService

type Six910CountryService

type Six910CountryService struct {
	CountryStore     ds.JSONDatastore
	CountryStorePath string
	Log              *lg.Logger
}

Six910CountryService Six910CountryService

func (*Six910CountryService) GetCountryList

func (c *Six910CountryService) GetCountryList(name string) *[]Country

GetCountryList GetCountryList

func (*Six910CountryService) GetNew

GetNew GetNew

Jump to

Keyboard shortcuts

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