model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package model provides application data structures shared between other packages.

Index

Constants

This section is empty.

Variables

View Source
var ErrConfig = errors.New("configuration error")

Functions

This section is empty.

Types

type ScribeEntry

type ScribeEntry struct {
	Time time.Time
	Who  string
	What string
}

type ScribeFooter

type ScribeFooter struct {
	Time time.Time
}

type ScribeHeader

type ScribeHeader struct {
	Time    time.Time
	User    string
	Chatter string
}

Jump to

Keyboard shortcuts

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