entry

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package entry provides file-type predicates for routing add entries to the correct context file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileTypeIsDecision

func FileTypeIsDecision(fileType string) bool

FileTypeIsDecision reports whether fileType represents a decision entry.

Parameters:

  • fileType: The type string to check (e.g., "decision", "decisions")

Returns:

  • bool: True if fileType is a decision type

func FileTypeIsLearning

func FileTypeIsLearning(fileType string) bool

FileTypeIsLearning reports whether fileType represents a learning entry.

Parameters:

  • fileType: The type string to check (e.g., "learning", "learnings")

Returns:

  • bool: True if fileType is a learning type

func FileTypeIsTask

func FileTypeIsTask(fileType string) bool

FileTypeIsTask reports whether fileType represents a task entry.

Parameters:

  • fileType: The type string to check

Returns:

  • bool: True if fileType is a task type

Types

This section is empty.

Jump to

Keyboard shortcuts

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