okved

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 Model

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

func NewModel

func NewModel(db *md.Database) Model

func (Model) FindMany

func (m Model) FindMany(
	ctx context.Context,
	vals []Upsert,
) (
	ids []primitive.ObjectID,
	err error,
)

func (Model) GetByIDs

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

func (Model) GetBySlug

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

type Okved

type Okved struct {
	ID           primitive.ObjectID `bson:"_id,omitempty"`
	Slug         string             `bson:"s,omitempty"`
	Code         string             `bson:"c,omitempty"`
	Name         string             `bson:"n,omitempty"`
	CodeWithName string             `bson:"cn,omitempty"`
	Kind         kind               `bson:"k,omitempty"`
}

type Upsert

type Upsert struct {
	Code string
	Name string
	Kind string
}

Jump to

Keyboard shortcuts

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