We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fbf5c commit ab92b53Copy full SHA for ab92b53
models/meshmodel/entity/types.go
@@ -31,12 +31,3 @@ type Entity interface {
31
GetID() uuid.UUID
32
Create(db *database.Handler, hostID uuid.UUID) (entityID uuid.UUID, err error)
33
}
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