models

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2021 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Id string `json:"id,omitempty" db:"id"`

	Timestamp string `json:"timestamp,omitempty" db:"timestamp"`

	Read bool `json:"read,omitempty" db:"read"`

	Title string `json:"title,omitempty" db:"title"`

	Description string `json:"description,omitempty" db:"description"`

	ImageURL string `json:"imageURL,omitempty" db:"imageurl"`

	ReadMoreURL string `json:"readMoreURL,omitempty" db:"readmoreurl"`
}

Jump to

Keyboard shortcuts

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