mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-23 21:09:15 -05:00
7 lines
152 B
Go
7 lines
152 B
Go
package snapshot
|
|
|
|
type RuntimeDependencySubscriber interface {
|
|
RuntimeDependencyPublisher
|
|
GetBaseDependencySubscriber() RuntimeDependencySubscriber
|
|
}
|