package
Version:
v0.0.0-...-ee8487a
Opens a new window with list of versions in this module.
Published: Jun 2, 2020
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SummaryTag struct {
ID primitive.ObjectID `json:"id" bson:"_id"`
Tags []*TagID `json:"tags" bson:"tags"`
}
type SummaryTags struct {
}
type Tag struct {
ID primitive.ObjectID `json:"id" bson:"_id"`
TagID int64 `json:"tagId" bson:"tagId"`
Name string `json:"name" bson:"name"`
GroupID int64 `json:"groupId" bson:"groupId"`
CreatedAt time.Time `json:"createdAt" bson:"createdAt"`
}
type TagID struct {
TagID int64 `json:"tagId" bson:"tagId"`
}
type TagUse struct {
TagID int64 `json:"tagId"`
TagName string `json:"tagName,omitempty"`
Count int64 `json:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.