mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 15:34:59 -05:00
- Stronger separation of concerns between chatter.go and patterns.go - Consolidate pattern loading logic into GetPattern method - Support both file and database patterns through single interface - Maintain API compatibility with Storage interface - Handle variable substitution in one place - Keep backward compatibility for REST API through Get method The changes enable cleaner pattern handling while maintaining existing interfaces and adding file-based pattern support.