bookmarks

package
v0.0.0-...-93e129f Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func GetBookmarks

func GetBookmarks(c *gin.Context)

Types

type Bookmark

type Bookmark struct {
	ID      primitive.ObjectID `json:"id" bson:"_id,omitempty"`
	Url     string             `json:"url" bson:"url"`
	Desc    string             `json:"desc" bson:"desc"`
	Path    string             `json:"path" bson:"path"`
	Created time.Time          `json:"created" bson:"created"`
	Updated time.Time          `json:"updated" bson:"updated"`
	UserId  primitive.ObjectID `json:"userId" bson:"userId"`
}

Jump to

Keyboard shortcuts

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