Skip to content

Commit ab92b53

Browse files
committed
removing extra an non used types
Signed-off-by: Amr-Shams <amr.shams2015.as@gmail.com>
1 parent a4fbf5c commit ab92b53

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

models/meshmodel/entity/types.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ type Entity interface {
3131
GetID() uuid.UUID
3232
Create(db *database.Handler, hostID uuid.UUID) (entityID uuid.UUID, err error)
3333
}
34-
type Summary interface {
35-
KeyValue() string
36-
CountValue() int
37-
}
38-
39-
// SummaryFilter is the interface for entities that expose aggregated summary data.
40-
type SummaryFilter[T Summary] interface {
41-
GetSummary(db *database.Handler) (*T, error)
42-
}

0 commit comments

Comments
 (0)