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 ¶
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 ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.