route

package
v0.0.0-...-db59f82 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteArticle

func DeleteArticle(c *gin.Context)

func GetAction

func GetAction(c *gin.Context)

func GetArticlesAll

func GetArticlesAll(c *gin.Context)

func GetWelcome

func GetWelcome(c *gin.Context)

func PostArticle

func PostArticle(c *gin.Context)

func PutArticle

func PutArticle(c *gin.Context)

Types

type Article

type Article struct {
	Id          int64
	Title       string
	Author      string
	Link        string
	Description string
	Published   string
	Doi         string
}

type Articles

type Articles []*Article

Jump to

Keyboard shortcuts

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