Age | Commit message (Collapse) | Author |
|
|
|
add/delete features
|
|
interface, also makes Item implement Stringer, useful in fmt funcs
|
|
|
|
|
|
|
|
to value receiver as it is clearer about Hookable methods and ability to modifty struct fields
|
|
methods of emedded types may not be promoted to outer type if it is not same pointer/value type
|
|
ability to change Item fields in Hook
|
|
hooks to external submissions
|
|
|
|
used throughout codebase
|
|
|
|
interfaces, moving relevant interface methods to be implemented by other types and updating caller code to assert the new interface types as needed
|
|
sort by updated time
|
|
Editable and Sortable.. we will see if this is an issue later down the line...
|
|
|
|
|
|
|
|
creation
|
|
|
|
title, main file to manage commands
|
|
reorganization
|