model

package
v0.0.0-...-3273997 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedArticle

type FeedArticle struct {
	Created       time.Time `json:"created"`
	Published     time.Time `json:"published"`
	ResourceID    string    `json:"resource_id"`
	ResourceTitle string    `json:"resource_title"`
	Link          string    `json:"link"`
	Title         string    `json:"title"`
	Description   string    `json:"description"`
	Content       string    `json:"content"`
	Author        string    `json:"author"`
	Image         string    `json:"image"`
}

type FeedResource

type FeedResource struct {
	URL       string    `json:"url"`
	Title     string    `json:"title"`
	Created   time.Time `json:"created"`
	Modified  time.Time `json:"modified"`
	Published time.Time `json:"published"`
	Active    bool      `json:"active"`
}

type Mutation

type Mutation struct {
}

type NewResource

type NewResource struct {
	URL    string `json:"url"`
	Active bool   `json:"active"`
}

type Query

type Query struct {
}

type Subscription

type Subscription struct {
}

Jump to

Keyboard shortcuts

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