gjere

package module
v0.0.0-...-71eae79 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 3 Imported by: 0

README

gjere

builds.sr.ht status

Gjere is work in progress. Gjere might some day allow you to plan events.

License

Gjere is currently licensed under the MIT license. This is subject to change.

Documentation

Overview

Package gjere holds the base models for Gjere.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	ID          int
	Address     mail.Address
	ConfirmedAt time.Time
}

Email is a user's email address

type Event

type Event struct {
	ID       int
	PublicID uuid.UUID

	HostName  string
	HostEmail Email

	Title       string
	Description string
	Venue       string
	StartTime   time.Time
	Duration    time.Duration

	Created time.Time
}

Event is the core item in Gjere.

Directories

Path Synopsis
cmd
server
Package main contains the web server for gjere.
Package main contains the web server for gjere.
internal
files
Package files deals with file processing for gjere.
Package files deals with file processing for gjere.
postgres
Package postgres stores data in PostgreSQL.
Package postgres stores data in PostgreSQL.

Jump to

Keyboard shortcuts

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