This commit is contained in:
abhiguptacse 2024-09-28 09:38:29 +00:00
Родитель 9db4ad5ebd
Коммит 1adf9a89de
1 изменённых файлов: 5 добавлений и 0 удалений

5
external/external.go поставляемый
Просмотреть файл

@ -67,6 +67,11 @@ type CommittedBlockList = internal.CommittedBlockList
// Type aliases for pipeline
type Handle = handlemap.Handle
// Wrapper function
func NewHandle(path string) *Handle {
return handlemap.NewHandle(path)
}
type ComponentPriorityWrapper struct {
internal.ComponentPriority
}