tiny

package
v0.0.0-...-27a7cf5 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPHandler

type HTTPHandler struct {
	// contains filtered or unexported fields
}

func NewHTTPHandler

func NewHTTPHandler() *HTTPHandler

func (*HTTPHandler) Register

func (h *HTTPHandler) Register(e *echo.Echo, dbConn *db.Connection)

type TinyCalendarEvent

type TinyCalendarEvent struct {
	Name     string `json:"name"`
	Start    string `json:"start"`
	Location string `json:"location"`
}

type TinyIdea

type TinyIdea struct {
	Name string `json:"name"`
}

type TinyTask

type TinyTask struct {
	Name      string `json:"name"`
	Time      string `json:"time"`
	IsInAlert bool   `json:"isInAlert"`
}

Jump to

Keyboard shortcuts

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