pelican/internal/board
Dan Anglin 73547c49c6
All checks were successful
/ test (pull_request) Successful in 32s
/ lint (pull_request) Successful in 36s
refactor: add the Identity type
Add a new Identity type with the required methods so that now the board
types (Card, Status and soon Tag) can automatically satisfy the BoltItem
interface.
2024-01-23 19:42:35 +00:00
..
board.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
card.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
card_lifecycle_test.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
errors.go fix: add restrictions when setting IDs. 2024-01-21 15:39:51 +00:00
helpers_test.go feat: add the pelican project 2023-05-06 12:49:40 +01:00
identity.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
identity_test.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
status.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00
status_lifecycle_test.go refactor: add the Identity type 2024-01-23 19:42:35 +00:00