bolt_store

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBoltLinkStore

func NewBoltLinkStore(ctx context.Context, cfg config.BoltStoreConfig) (app.LinkStore, errs.Error)

Types

type Link struct {
	Id        int    `storm:"id,increment"`
	TargetUrl string `storm:"unique"`
	CreatedAt time.Time
	DeletedAt *time.Time
	ExpiredAt *time.Time
	Hits      int
}

Jump to

Keyboard shortcuts

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