entity

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package entity defines core data structures used throughout the application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Raw     string
	Type    string
	Scope   string
	Message string
	Icon    string
}

Commit represents a parsed git log entry.

type Task

type Task struct {
	Type    string `json:"type"`
	Message string `json:"message"`
	Icon    string `json:"icon"`
	Enabled bool   `json:"enabled"`
}

Task represents a manual or recurring task.

Jump to

Keyboard shortcuts

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