Skip to content
Snippets Groups Projects

Unified Storage Architecture

Merged Ghost User requested to merge unified-storage-architecture into develop

Introduced new types store sbiStore pndStore and deviceStore. Based on map[uuid.UUID]Storable the store type is meant to be a wrapper around maps, able to store anything that satisfies the interface Storable. It is defined as folows

type Storable interface {
	Id() uuid.UUID
}

Having the store-family I'd like to deprecate any direct access to maps. Feedback and review appreciated.

Edited by Ghost User

Merge request reports

Merge request pipeline #65592 passed with warnings

Merge request pipeline passed with warnings for db0d0c0a

Test coverage 0.00% (-26.80%) from 1 job
Approval is optional

Merged by avatar (May 30, 2025 8:21pm UTC)

Merge details

  • Changes merged into develop with e083ddcb.
  • Deleted the source branch.

Pipeline #65847 passed with warnings

Pipeline passed with warnings for e083ddcb on develop

Test coverage 0.00% (-26.80%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading