mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-19 00:17:00 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
|
|
package interfaces
|
||
|
|
|
||
|
|
type ModelDao interface {
|
||
|
|
UserPreferenceDao
|
||
|
|
}
|