domain

package
v0.0.0-...-ecdd535 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	Title string `db:"title"`
	URL   string `db:"url"`
	ID    int    `db:"id"`

	CreatedOn time.Time  `db:"created_on"`
	UpdatedOn *time.Time `db:"updated_on"`
	DeletedOn *time.Time `db:"deleted_on"`
}

type Articles

type Articles []*Article

func (Articles) String

func (art Articles) String() string

Jump to

Keyboard shortcuts

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