location

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

type Location struct {
	ID   primitive.ObjectID `bson:"_id,omitempty"`
	Slug string             `bson:"s,omitempty"`
	Name string             `bson:"n,omitempty"`
}

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 string,
) (
	id primitive.ObjectID,
	err error,
)

func (Model) GetByIDs

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

func (Model) GetBySlug

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

Jump to

Keyboard shortcuts

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