taskify

package module
v0.0.0-...-089907d Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

README

Taskify-GO

中文版

This application is written in Go and requires the support of OwOWeb-Go framework.

This application is the backend of Taskify-Flutter and currently includes the following functions:

  • Bug feedback collection
  • Version update detection

How to use

  1. Use the command git clone https://github.com/Tommy131/OwOWeb-Go . in any directory.

  2. Enter the modules folder and use the command git clone https://github.com/Tommy131/Taskify-Go taskify.

  3. Return to the parent root directory and use the command go run main.go to start Taskify-Go.

Project Statement

© 2016-2023 OwOBlog-DGMT. Please comply with the open source license of this project for modification, derivative or commercial use of this project.

My Contacts:

Give this project a Star please :)

Documentation

Overview

* _____ _ __ _____ _____ _ _____ _____ * / _ \ | | / / / _ \ | _ \ | | / _ \ / ___| * | | | | | | __ / / | | | | | |_| | | | | | | | | | * | | | | | | / | / / | | | | | _ { | | | | | | | | _ * | |_| | | |/ |/ / | |_| | | |_| | | |___ | |_| | | |_| | * \_____/ |___/|___/ \_____/ |_____/ |_____| \_____/ \_____/ * * Copyright (c) 2023 by OwOTeam-DGMT (OwOBlog). * @Date : 2024-02-04 14:10:45 * @Author : HanskiJay * @LastEditors : HanskiJay * @LastEditTime : 2024-07-19 17:48:25 * @E-Mail : support@owoblog.com * @Telegram : https://t.me/HanskiJay * @GitHub : https://github.com/Tommy131

* _____ _ __ _____ _____ _ _____ _____ * / _ \ | | / / / _ \ | _ \ | | / _ \ / ___| * | | | | | | __ / / | | | | | |_| | | | | | | | | | * | | | | | | / | / / | | | | | _ { | | | | | | | | _ * | |_| | | |/ |/ / | |_| | | |_| | | |___ | |_| | | |_| | * \_____/ |___/|___/ \_____/ |_____/ |_____| \_____/ \_____/ * * Copyright (c) 2023 by OwOTeam-DGMT (OwOBlog). * @Date : 2024-02-04 14:10:45 * @Author : HanskiJay * @LastEditors : HanskiJay * @LastEditTime : 2024-06-10 01:31:56 * @E-Mail : support@owoblog.com * @Telegram : https://t.me/HanskiJay * @GitHub : https://github.com/Tommy131

* _____ _ __ _____ _____ _ _____ _____ * / _ \ | | / / / _ \ | _ \ | | / _ \ / ___| * | | | | | | __ / / | | | | | |_| | | | | | | | | | * | | | | | | / | / / | | | | | _ { | | | | | | | | _ * | |_| | | |/ |/ / | |_| | | |_| | | |___ | |_| | | |_| | * \_____/ |___/|___/ \_____/ |_____/ |_____| \_____/ \_____/ * * Copyright (c) 2023 by OwOTeam-DGMT (OwOBlog). * @Date : 2024-06-06 02:24:56 * @Author : HanskiJay * @LastEditors : HanskiJay * @LastEditTime : 2024-06-10 00:51:22 * @E-Mail : support@owoblog.com * @Telegram : https://t.me/HanskiJay * @GitHub : https://github.com/Tommy131

* _____ _ __ _____ _____ _ _____ _____ * / _ \ | | / / / _ \ | _ \ | | / _ \ / ___| * | | | | | | __ / / | | | | | |_| | | | | | | | | | * | | | | | | / | / / | | | | | _ { | | | | | | | | _ * | |_| | | |/ |/ / | |_| | | |_| | | |___ | |_| | | |_| | * \_____/ |___/|___/ \_____/ |_____/ |_____| \_____/ \_____/ * * Copyright (c) 2023 by OwOTeam-DGMT (OwOBlog). * @Date : 2024-02-04 14:10:45 * @Author : HanskiJay * @LastEditors : HanskiJay * @LastEditTime : 2024-07-19 18:02:54 * @E-Mail : support@owoblog.com * @Telegram : https://t.me/HanskiJay * @GitHub : https://github.com/Tommy131

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BugReport

func BugReport(c *gin.Context)

Bug report handler

func SetupRoutes

func SetupRoutes(router *gin.Engine)

func Update

func Update(c *gin.Context)

Update checker handler

Types

type AppUpdateModel

type AppUpdateModel struct {
	VersionCode   int    `json:"versionCode"`
	BuildVersion  int    `json:"buildVersion"`
	VersionName   string `json:"versionName"`
	UpdateMessage string `json:"updateMessage"`
	DownloadURL   string `json:"downloadUrl"`
}

type BugReportModel

type BugReportModel struct {
	Email    string `json:"email"`
	Title    string `json:"title"`
	Category string `json:"category"`
	Content  string `json:"content"`
}

Jump to

Keyboard shortcuts

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