area

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Area

type Area struct {
	ID       primitive.ObjectID `bson:"_id,omitempty"`
	Slug     string             `bson:"s,omitempty"`
	FiasID   string             `bson:"fi,omitempty"`
	KladrID  string             `bson:"ki,omitempty"`
	Name     string             `bson:"n,omitempty"`
	Kind     Kind               `bson:"k,omitempty"`
	Type     string             `bson:"t,omitempty"`
	TypeFull string             `bson:"tf,omitempty"`
}

type Kind

type Kind uint8
const (
	Kind_city Kind
	Kind_settlement
)

type Model

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

func NewModel

func NewModel(db *md.Database) Model

func (Model) Find

func (m Model) Find(
	ctx context.Context,
	name, fiasID, kladrID, typ, typeFull string,
	kind Kind,
) (
	id primitive.ObjectID,
	err error,
)

func (Model) GetByID

func (m Model) GetByID(ctx context.Context, id primitive.ObjectID) (res Area, err error)

func (Model) GetByIDs

func (m Model) GetByIDs(ctx context.Context, ids []primitive.ObjectID) (res []Area, err error)

func (Model) GetBySlug

func (m Model) GetBySlug(ctx context.Context, slug string) (res Area, err error)

Jump to

Keyboard shortcuts

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